rspec-given icon indicating copy to clipboard operation
rspec-given copied to clipboard

RSpec 3.0.0 Beta 2 renames the Pending Error

Open jimweirich opened this issue 11 years ago • 1 comments

RSpec 3.0.0 beta 2 renames the PendingDeclaredInExample to SkipDeclaredInExample.

jimweirich avatar Feb 18 '14 23:02 jimweirich

(Sorry to hear about Mr. Weirich's untimely passing.) Perhaps this ticket is already completed, unless the intent was to add more tests for the two new new additional flavors of pending?

Already committed is ; https://github.com/jimweirich/rspec-given/commit/2470ff164e038cda0f5f2d5a93a9d5849e839e74#diff-62896d5464aacdd59f7f32b3175301e5 which changes file; lib/given/rspec/framework.rb to define the pending type with an if/else instead of directly. The test method was also amended, spec/lib/given/have_failed_spec.rb

AnneTheAgile avatar Feb 21 '14 19:02 AnneTheAgile