From 0929719a845897cc8567cf972e07a69a71f0fa6f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 30 Nov 2023 13:29:08 -0500 Subject: Migrate to a full rails app --- test/controllers/puzzles_controller_test.rb | 7 +++++++ test/controllers/wittle/puzzles_controller_test.rb | 12 ------------ 2 files changed, 7 insertions(+), 12 deletions(-) create mode 100644 test/controllers/puzzles_controller_test.rb delete mode 100644 test/controllers/wittle/puzzles_controller_test.rb (limited to 'test/controllers') diff --git a/test/controllers/puzzles_controller_test.rb b/test/controllers/puzzles_controller_test.rb new file mode 100644 index 0000000..1d6b8ea --- /dev/null +++ b/test/controllers/puzzles_controller_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class PuzzlesControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/test/controllers/wittle/puzzles_controller_test.rb b/test/controllers/wittle/puzzles_controller_test.rb deleted file mode 100644 index d1a3ca7..0000000 --- a/test/controllers/wittle/puzzles_controller_test.rb +++ /dev/null @@ -1,12 +0,0 @@ -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