You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an author is created with first name 'Alan', last name 'Turing', and homepage 'http://wikipedia.org/Alan_Turing'
Then an instance of Author should be created
Hints
This feature requests model behavior and should be tested in a model test. Create the file spec/models/author_spec.rb
and in the describe block, specify type: :model.
In a model test, behavior is tested directly on the model object, e.g.
Scenario
When an author is created with first name 'Alan', last name 'Turing', and homepage 'http://wikipedia.org/Alan_Turing'
Then an instance of Author should be created
Hints
This feature requests model behavior and should be tested in a model test. Create the file
spec/models/author_spec.rb
and in the
describe
block, specifytype: :model
.In a model test, behavior is tested directly on the model object, e.g.
For more general purpose matchers, see this reference.
Error
Estimated progress: 11% complete
The text was updated successfully, but these errors were encountered: