Skip to content

Commit 989e986

Browse files
committed
Add default MIGRATION_VESRION value
1 parent 1003ef9 commit 989e986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Configure Rails Environment
22
ENV["RAILS_ENV"] = "test"
3+
ENV['MIGRATION_VESRION'] ||= '6.1'
34
require "minitest/autorun"
45
require "minitest/focus"
56

0 commit comments

Comments
 (0)