Skip to content

Commit

Permalink
one less broken window
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 30, 2010
1 parent 419daa4 commit bb0bcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/core/shared_example_group_spec.rb
Expand Up @@ -191,7 +191,7 @@ def count(scope)
group.magic[:after_each].should eq("after each 3")
end

it "runs after(:all) only once from shared example_group", :pending => true, :compat => 'rspec-1.2' do
it "runs after(:all) only once from shared example_group", :compat => 'rspec-1.2' do
group.magic[:after_all].should eq("after all 1")
end

Expand Down

0 comments on commit bb0bcdb

Please sign in to comment.