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 collaboratorSetting constraints
RSpec provides a fluent interface off of expect(...).to receive(...)
that allows you to
further constrain what you expect: the arguments, the number of times, and the ordering of
multiple messages.
Although not shown here, this fluent interface is also supported by spies, off of
have_received(...)
.
Topics
Last published over 7 years ago by myronmarston.