rspec-given
rspec-given copied to clipboard
RSpec 3.0.0 Beta 2 renames the Pending Error
RSpec 3.0.0 beta 2 renames the PendingDeclaredInExample to SkipDeclaredInExample.
(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