12 lines
325 B
Text
12 lines
325 B
Text
|
Behaviour Driven Development for Ruby
|
||
|
|
||
|
# RSpec Mocks
|
||
|
|
||
|
rspec-mocks provides a test-double framework for rspec including support
|
||
|
for method stubs, fakes, and message expectations.
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
* [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-0)
|
||
|
* [RDoc](http://rubydoc.info/gems/rspec-mocks/2.0.1/frames)
|