From b496a29a7de381765f3c45ced9fa18f026b2e314 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 28 Oct 2023 00:16:07 -0400 Subject: serve --- test/controllers/wittle/puzzles_controller_test.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/controllers/wittle/puzzles_controller_test.rb (limited to 'test') diff --git a/test/controllers/wittle/puzzles_controller_test.rb b/test/controllers/wittle/puzzles_controller_test.rb new file mode 100644 index 0000000..d1a3ca7 --- /dev/null +++ b/test/controllers/wittle/puzzles_controller_test.rb @@ -0,0 +1,12 @@ +require "test_helper" + +module Wittle + class PuzzlesControllerTest < ActionDispatch::IntegrationTest + include Engine.routes.url_helpers + + test "should get index" do + get puzzles_index_url + assert_response :success + end + end +end -- cgit 1.4.1