first commit
This commit is contained in:
0
test/controllers/.keep
Normal file
0
test/controllers/.keep
Normal file
9
test/controllers/plainpage_controller_test.rb
Normal file
9
test/controllers/plainpage_controller_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PlainpageControllerTest < ActionController::TestCase
|
||||
test "should get index" do
|
||||
get :index
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user