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
describe'RSpec 2'do# Skippedpending'does something'dodo_something_possibly_failend# Skippedit'does something'dopendingdo_something_possibly_failend# Skippedit'does something',:pendingdodo_something_possibly_failendit'does something'dopendingdo# Run and expected to faildo_something_surely_failendendend
To:
describe'RSpec 3'doskip'does something'dodo_something_possibly_failendit'does something'doskipdo_something_possibly_failendit'does something',:skipdodo_something_possibly_failendit'does something'do# #pending with block is no longer supportedpendingdo_something_surely_failendend
The text was updated successfully, but these errors were encountered:
Convert:
To:
The text was updated successfully, but these errors were encountered: