spec/icons/collection_spec.rb in neutral-0.0.7 vs spec/icons/collection_spec.rb in neutral-0.0.8
- old
+ new
@@ -29,9 +29,9 @@
subject { collection.send(set.name) }
it { should be_a(Neutral::Icons::Collection::Definitions) }
[:positive, :negative, :remove].each do |definition|
- its(definition) { should == set.definitions[definition] }
+ it { expect(subject.send(definition)).to eq set.definitions[definition] }
end
end
end