From 22c690749e154a5426c4f190fbbc08a5dee2eeee Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 17:29:35 +0200 Subject: Retire the unroutable occurrences scaffolding --- test/controllers/occurrences_controller_test.rb | 45 ------------------------- 1 file changed, 45 deletions(-) delete mode 100644 test/controllers/occurrences_controller_test.rb (limited to 'test') diff --git a/test/controllers/occurrences_controller_test.rb b/test/controllers/occurrences_controller_test.rb deleted file mode 100644 index 87f8bdb6..00000000 --- a/test/controllers/occurrences_controller_test.rb +++ /dev/null @@ -1,45 +0,0 @@ -require 'test_helper' - -class OccurrencesControllerTest < ActionController::TestCase - # test "should get index" do - # get :index - # assert_response :success - # assert_not_nil assigns(:occurrences) - # end - # - # test "should get new" do - # get :new - # assert_response :success - # end - # - # test "should create occurrence" do - # assert_difference('Occurrence.count') do - # post :create, params: { :occurrence => { } } - # end - # - # assert_redirected_to occurrence_path(assigns(:occurrence)) - # end - # - # test "should show occurrence" do - # get :show, params: { :id => occurrences(:one).to_param } - # assert_response :success - # end - # - # test "should get edit" do - # get :edit, params: { :id => occurrences(:one).to_param } - # assert_response :success - # end - # - # test "should update occurrence" do - # put :update, params: { :id => occurrences(:one).to_param, :occurrence => { } } - # assert_redirected_to occurrence_path(assigns(:occurrence)) - # end - # - # test "should destroy occurrence" do - # assert_difference('Occurrence.count', -1) do - # delete params: { :destroy, :id => occurrences(:one).to_param } - # end - # - # assert_redirected_to occurrences_path - # end -end -- cgit v1.3