Skip to content

Commit 06b1fdf

Browse files
committed
Require Rails::VERSION so test can run in isolation
1 parent b86310c commit 06b1fdf

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
@@ -4,6 +4,7 @@
44
require 'sprockets'
55
require 'sprockets/rails/context'
66
require 'sprockets/rails/helper'
7+
require 'rails/version'
78

89
ActiveSupport::TestCase.test_order = :random if ActiveSupport::TestCase.respond_to?(:test_order=)
910

0 commit comments

Comments
 (0)