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

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 require 'spec_helper' -describe Rubocop::Cop::Style::AsciiIdentifiers do +describe RuboCop::Cop::Style::AsciiIdentifiers do subject(:cop) { described_class.new } it 'registers an offense for a variable name with non-ascii chars' do inspect_source(cop, ['# encoding: utf-8',