blob: 608293209bd2a87b4eb7d40a38c78d0caf5b25ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Behaviour Driven Development for Ruby
# RSpec Core
RSpec Core provides the structure for writing executable examples of how your
code should behave.
## Documentation
* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)
|