Skip to content

Commit

Permalink
Whitespace to fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay authored and snusnu committed Sep 18, 2010
1 parent 61b5aff commit 5e3e997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/unit/flag_spec.rb
Expand Up @@ -68,6 +68,7 @@
before :all do
@result = @flag.dump([ :second, :fourth, :second ])
end

it 'behaves the same as if there were no duplicates' do
@result.should == @flag.dump([ :second, :fourth ])
end
Expand Down

0 comments on commit 5e3e997

Please sign in to comment.