diff --git a/test/controllers/homes_controller_test.rb b/test/controllers/homes_controller_test.rb deleted file mode 100644 index 93d79c9..0000000 --- a/test/controllers/homes_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class HomesControllerTest < ActionController::TestCase - test "should get show" do - get :show - assert_response :success - end - -end