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
specify { expect(object).to matcher }
or this:
it { is_expected.to matcher }
RSpec expects the matcher to have a #description method. You should either
add a String to the example this matcher is being used in, or give it a
description method. Then you won't have to suffer this lengthy warning again.
When I run a spec, I get the following warning:
My spec looks like this:
Is it the way I am using this gem, or is there something missing in the gem, as the warning suggests?
The text was updated successfully, but these errors were encountered: