Skip to content

Commit e60c5e3

Browse files
committed
specify rails version in integration test migration
1 parent 5e7ef4d commit e60c5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/forbidden_routes_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "test_helper"
22

3-
class CreateCardsMigration < ActiveRecord::Migration
3+
class CreateCardsMigration < ActiveRecord::Migration[5.0]
44
def change
55
create_table :cards, force:true do |t|
66
t.timestamps null:false

0 commit comments

Comments
 (0)