We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f601a65 commit 6b6689fCopy full SHA for 6b6689f
1 file changed
test/controllers/puzzles_controller_test.rb
@@ -2,7 +2,7 @@
2
3
class PuzzlesControllerTest < ActionDispatch::IntegrationTest
4
test "should get index" do
5
- get puzzles_index_url
+ get puzzles_path
6
assert_response :success
7
end
8
0 commit comments