form scratch
This commit is contained in:
parent
a7dd8c90c9
commit
08dc7ecdd3
238 changed files with 9393 additions and 13192 deletions
14
test/functional/core_controller_test.rb
Normal file
14
test/functional/core_controller_test.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'test_helper'
|
||||
|
||||
class CoreControllerTest < ActionController::TestCase
|
||||
test "should get login" do
|
||||
get :login
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get logout" do
|
||||
get :logout
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue