Skip to content

Commit 521ce5d

Browse files
committed
style: fix rspec/output errors
1 parent 0064a9c commit 521ce5d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spec/rails_helper.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
# If you are not using ActiveRecord, you can remove these lines.
3333
begin
3434
ActiveRecord::Migration.maintain_test_schema!
35-
rescue ActiveRecord::PendingMigrationError => e
36-
puts e.to_s.strip
35+
rescue ActiveRecord::PendingMigrationError
3736
exit 1
3837
end
3938
RSpec.configure do |config|

0 commit comments

Comments
 (0)