Fix coding standards in spec

This commit is contained in:
Thibault Jouan 2014-06-27 17:32:03 +00:00
parent adca6dd9b2
commit e423a66d5c

View File

@ -15,7 +15,7 @@ module Producer::Core
end
it 'assigns negated as false by default' do
expect(test).to_not be_negated
expect(test).not_to be_negated
end
context 'when negated option is true' do