Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #910 from JonRowe/cleanup_spec
Browse files Browse the repository at this point in the history
Cleanup a stray line reported by @phiggins
  • Loading branch information
JonRowe committed May 18, 2013
2 parents 679bf60 + 4d07470 commit 47812c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rspec/core/world_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module RSpec::Core
describe '#reset' do
it 'clears #example_groups' do
world.example_groups << :example_group
klass = Class.new
world.reset
expect(world.example_groups).to be_empty
end
Expand Down

0 comments on commit 47812c5

Please sign in to comment.