Skip to content

Commit 7ac848f

Browse files
authored
Merge pull request #101 from alexcameron89/link_fix
Fix broken link in a blog
2 parents 4e80264 + 561df47 commit 7ac848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/blog/2012-06-29-constant-stubbing-in-rspec-2-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ I've found this useful in a few different situations:
111111
far less complex, and much, much safer.
112112

113113
If you're curious how it all works, check out the [source on
114-
github](https://github.com/rspec/rspec-mocks/blob/master/lib/rspec/mocks/stub_const.rb).
114+
github](https://github.com/rspec/rspec-mocks/blob/2-11-maintenance/lib/rspec/mocks/stub_const.rb).
115115

116116
[^foot_1]: Actually, this has been available in [rspec-fire](https://github.com/xaviershay/rspec-fire) for a good four months or so. But it's not really a full mocking library...it builds on top of rspec-mocks, and now this functionality has been ported over to rspec-mocks.
117117

0 commit comments

Comments
 (0)