Skip to content

Commit

Permalink
(maint) Remove rspec after :all failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Iristyle committed Apr 19, 2016
1 parent 158aa16 commit 1f5066f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/unit/util/monkey_patches_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@


describe Symbol do
after :all do
$unique_warnings.delete('symbol_comparison') if $unique_warnings
end

it "should return self from #intern" do
symbol = :foo
expect(symbol).to equal symbol.intern
Expand Down

0 comments on commit 1f5066f

Please sign in to comment.