Skip to content

Commit 8627543

Browse files
cmersds
authored andcommitted
Shorten line to please Rubocop
1 parent cd6a0b1 commit 8627543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/overcommit/hook/pre_commit/rails_schema_up_to_date_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
it { should pass }
9595
end
9696

97-
context 'when a Ruby schema file with the latest version in Rails 5.2 format and migrations are added' do
97+
context 'when a Ruby schema generated by Rails 5.2+ format and migrations are added' do
9898
before do
9999
subject.stub(:applicable_files).and_return(migration_files << ruby_schema_file)
100100
end

0 commit comments

Comments
 (0)