diff --git a/spec/example_spec.rb b/spec/example_spec.rb index 1aa94610..e05fa388 100644 --- a/spec/example_spec.rb +++ b/spec/example_spec.rb @@ -63,7 +63,7 @@ it { should be_falsey } end - context "when the example is pending" do + xcontext "when the example is pending" do let(:rspec_example) { rspec_example_group.pending(description, metadata) {} } it { should be_falsey }