File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ def test_dependencies_with_interpolation
225
225
end
226
226
end
227
227
228
- class ERBTrackerTest < Minitest :: Test
228
+ class ERBTrackerTest < ActiveSupport :: TestCase
229
229
include SharedTrackerTests
230
230
231
231
def make_tracker ( name , template )
@@ -266,7 +266,7 @@ def test_dependencies_skip_commented_out_renders
266
266
end
267
267
end
268
268
269
- class RipperRubyTrackerTest < Minitest :: Test
269
+ class RipperRubyTrackerTest < ActiveSupport :: TestCase
270
270
include SharedTrackerTests
271
271
include RubyTrackerTests
272
272
@@ -275,7 +275,7 @@ def parser_class
275
275
end
276
276
end
277
277
278
- class PrismRubyTrackerTest < Minitest :: Test
278
+ class PrismRubyTrackerTest < ActiveSupport :: TestCase
279
279
include SharedTrackerTests
280
280
include RubyTrackerTests
281
281
You can’t perform that action at this time.
0 commit comments