To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorRSpec Core 3.4
rspec-core provides the structure for RSpec code examples:
describe Account do
it "has a balance of zero when first opened" do
# example code goes here - for more on the
# code inside the examples, see rspec-expectations
# and rspec-mocks
end
end
Issues
This documentation is open source, and a work in progress. If you find it incomplete or confusing, please submit an issue, or, better yet, a pull request.
Topics
- Upgrade
- Changelog
- Example groups
- Command line
- Hooks
- Subject
- Helper methods
- Metadata
- Filtering
- Configuration
- Expectation framework integration
- Mock framework integration
- Formatters
- Spec files
- Use rspec-core without rspec-mocks or rspec-expectations
- Pending and skipped examples
- Running specs multiple times with different runner options in the same process
Last published about 7 years ago by myronmarston.