Welcome controller added
Can be used for main index, about page etc.
This commit is contained in:
parent
741bf5d4e4
commit
f28c637d10
6 changed files with 22 additions and 0 deletions
9
test/controllers/welcome_controller_test.rb
Normal file
9
test/controllers/welcome_controller_test.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require 'test_helper'
|
||||
|
||||
class WelcomeControllerTest < ActionController::TestCase
|
||||
test "should get index" do
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue