spec/rubocop/cop/style/flip_flop_spec.rb in rubocop-0.22.0 vs spec/rubocop/cop/style/flip_flop_spec.rb in rubocop-0.23.0

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 require 'spec_helper' -describe Rubocop::Cop::Style::FlipFlop do +describe RuboCop::Cop::Style::FlipFlop do subject(:cop) { described_class.new } it 'registers an offense for inclusive flip flops' do inspect_source(cop, ['DATA.each_line do |line|',