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
Using stub from rspec-mocks' old :should syntax without explicitly enabling the syntax is deprecated. Use the new :expect syntax or explicitly enable :should instead.
If I add RSpec::Mocks.configuration.syntax = :original the method is no longer available
The text was updated successfully, but these errors were encountered:
Calling
stub_model
gives me:Using
stub
from rspec-mocks' old:should
syntax without explicitly enabling the syntax is deprecated. Use the new:expect
syntax or explicitly enable:should
instead.If I add
RSpec::Mocks.configuration.syntax = :original
the method is no longer availableThe text was updated successfully, but these errors were encountered: