Skip to content

Commit 040de01

Browse files
committed
Use the appropriate test base calss
1 parent d6bf9d1 commit 040de01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bootstrap_configuration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "test_helper"
44

5-
class BootstrapConfigurationTest < ActionView::TestCase
5+
class BootstrapConfigurationTest < ActiveSupport::TestCase
66
teardown do
77
# Unfortunately, it seems we have to manually reset each of the configuration options
88
# that we change in our test cases.

0 commit comments

Comments
 (0)