Make mutant happy

This commit is contained in:
Andriy Savchenko 2016-07-19 20:12:30 +03:00
parent 5983e5f769
commit 631920d760
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
---
threshold: 12
threshold: 11.3

View File

@ -1,4 +1,4 @@
---
name: inflecto
namespace: Inflecto
expect_coverage: 99.69
expect_coverage: '331/332'

View File

@ -9,7 +9,7 @@ describe Inflecto, '.inflections' do
yielded = inflect
end
yielded.should eq(Inflecto::Inflections.instance)
yielded.should be(Inflecto::Inflections.instance)
end
end