Skip to content

Commit 6b6689f

Browse files
committed
fix test
1 parent f601a65 commit 6b6689f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controllers/puzzles_controller_test.rb

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

33
class PuzzlesControllerTest < ActionDispatch::IntegrationTest
44
test "should get index" do
5-
get puzzles_index_url
5+
get puzzles_path
66
assert_response :success
77
end
88
end

0 commit comments

Comments
 (0)