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

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 require 'spec_helper' -describe Rubocop::Cop::Style::CommentIndentation do +describe RuboCop::Cop::Style::CommentIndentation do subject(:cop) { described_class.new } context 'on outer level' do it 'accepts a correctly indented comment' do inspect_source(cop, '# comment')