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
pending is a reserved keyword in RSpec (it marks the spec as expected to fail, and will fail the whole test suite if that spec passes). I have the feeling that when you mention pending, somewhere in your spec, it calls RSpec's method instead of retrieving the parameter you defined. I think it would be helpful to see a complete spec to help you.
Could you please show us the spec that fails (or at least a spec that contains enough to fail the way you describe)?
Whenever I declare a parameter named
pending
, (eg:parameter :pending, type: :boolean
), I'm getting the following error:Expected pending 'No reason given' to fail. No error was raised
The text was updated successfully, but these errors were encountered: