diff --git a/spec/support/shared_test.rb b/spec/support/shared_test.rb index e2ca0f6..74d15cb 100644 --- a/spec/support/shared_test.rb +++ b/spec/support/shared_test.rb @@ -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