Skip to content

Commit

Permalink
Change spec expectation (uuid field now added by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Sep 12, 2014
1 parent 6ad13b6 commit 42594f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/e2e/label_spec.rb
Expand Up @@ -141,8 +141,8 @@ class Foo1
class Foo2 < Foo1

end
expect(Foo1.mapped_label.indexes).to eq(:property_keys => [[:name]])
expect(Foo2.mapped_label.indexes).to eq(:property_keys => [[:name]])
expect(Foo1.mapped_label.indexes).to eq(:property_keys => [[:name], [:uuid]])
expect(Foo2.mapped_label.indexes).to eq(:property_keys => [[:name], [:uuid]])
end

end
Expand Down

0 comments on commit 42594f0

Please sign in to comment.