Skip to content

Commit 761c85a

Browse files
committed
Fix a test error
1 parent 96cbf2b commit 761c85a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/test_active_method.rb

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
require "test_helper"
44

5-
class TestActiveMethod < Minitest::Test
5+
class TestActiveMethod < ApplicationTest
6+
67
def test_that_it_has_a_version_number
78
refute_nil ::ActiveMethod::VERSION
89
end
910

10-
def test_it_does_something_useful
11-
assert false
12-
end
1311
end

0 commit comments

Comments
 (0)