Skip to content

Commit 915d8b5

Browse files
committed
Use AV::TestCase for helper test base
1 parent 205d367 commit 915d8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

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

77
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)
88

9-
class HelperTest < Minitest::Test
9+
class HelperTest < ActionView::TestCase
1010
FIXTURES_PATH = File.expand_path("../fixtures", __FILE__)
1111

1212
def setup

0 commit comments

Comments
 (0)