lib/rubocop/cop/rspec/instance_variable.rb in rubocop-rspec-2.12.1 vs lib/rubocop/cop/rspec/instance_variable.rb in rubocop-rspec-2.13.0

- old
+ new

@@ -22,10 +22,9 @@ # let(:foo) { [] } # it { expect(foo).to be_empty } # end # # @example with AssignmentOnly configuration - # # # rubocop.yml # # RSpec/InstanceVariable: # # AssignmentOnly: false # # # bad