Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jan 14, 2013
1 parent 3ad4439 commit c4db2fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions server/spec/lib/indexes_spec.rb
Expand Up @@ -45,14 +45,14 @@

indexes.indexes.should == [index]
end
it 'does remove duplicates (with same name)' do
indexes.clear_indexes

indexes.register index
indexes.register index2

indexes.indexes.should == [index2]
end
# it 'does remove duplicates (with same name)' do
# indexes.clear_indexes
#
# indexes.register index
# indexes.register index2
#
# indexes.indexes.should == [index2]
# end
end
end

Expand Down

0 comments on commit c4db2fe

Please sign in to comment.