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 Expectations 2.2
rspec-expectations is used to set expectations in executable
examples:
describe Account do
it "has a balance of zero when first created" do
Account.new.balance.should eq(Money.new(0))
end
end
Issues
The documentation for rspec-expectations is a work in progress. We'll be adding
Cucumber features over time, and clarifying existing ones. If you have
specific features you'd like to see added, find the existing documentation
incomplete or confusing, or, better yet, wish to write a missing Cucumber
feature yourself, please submit an issue or a pull request.
Topics
Last published over 7 years ago by .