Removed classes generated during smoke test.

This commit is contained in:
James Patrick 2020-05-22 23:53:25 -04:00
parent 23b20e1c37
commit 6e7f01fb1b
6 changed files with 0 additions and 27 deletions

View File

@ -1,4 +0,0 @@
class PagesController < ApplicationController
def home
end
end

View File

@ -1,2 +0,0 @@
module PagesHelper
end

View File

@ -1,2 +0,0 @@
module SessionHelper
end

View File

@ -1,3 +0,0 @@
<%= render "components/page/page" do %>
<p>Smoke test</p>
<% end %>

View File

@ -1,9 +0,0 @@
require 'test_helper'
class PagesControllerTest < ActionDispatch::IntegrationTest
test "should get home" do
get pages_home_url
assert_response :success
end
end

View File

@ -1,7 +0,0 @@
require 'test_helper'
class SessionControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end