Skip to content

Commit 9cf5840

Browse files
fix specs
1 parent 0819085 commit 9cf5840

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/rails_helper.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
require "rspec/rails"
1010

11-
# begin
12-
# ActiveRecord::Migration.maintain_test_schema!
13-
# rescue ActiveRecord::PendingMigrationError => e
14-
# abort(e.to_s.strip)
15-
# end
11+
begin
12+
ActiveRecord::Migration.maintain_test_schema!
13+
rescue ActiveRecord::PendingMigrationError => e
14+
abort(e.to_s.strip)
15+
end
1616

1717
RSpec.configure do |config|
1818
config.fixture_paths = [

0 commit comments

Comments
 (0)