From e423a66d5ca7c80eb0b6be79a0d147d65daa8331 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Fri, 27 Jun 2014 17:32:03 +0000 Subject: [PATCH] Fix coding standards in spec --- spec/support/shared_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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