Removed classes generated during smoke test.
This commit is contained in:
parent
23b20e1c37
commit
6e7f01fb1b
|
@ -1,4 +0,0 @@
|
||||||
class PagesController < ApplicationController
|
|
||||||
def home
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,2 +0,0 @@
|
||||||
module PagesHelper
|
|
||||||
end
|
|
|
@ -1,2 +0,0 @@
|
||||||
module SessionHelper
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
<%= render "components/page/page" do %>
|
|
||||||
<p>Smoke test</p>
|
|
||||||
<% end %>
|
|
|
@ -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
|
|
|
@ -1,7 +0,0 @@
|
||||||
require 'test_helper'
|
|
||||||
|
|
||||||
class SessionControllerTest < ActionDispatch::IntegrationTest
|
|
||||||
# test "the truth" do
|
|
||||||
# assert true
|
|
||||||
# end
|
|
||||||
end
|
|
Reference in New Issue
Block a user