Initial app
This commit is contained in:
0
test/controllers/.keep
Normal file
0
test/controllers/.keep
Normal file
8
test/controllers/contests_controller_test.rb
Normal file
8
test/controllers/contests_controller_test.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require "test_helper"
|
||||
|
||||
class ContestsControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get create" do
|
||||
get contests_create_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
7
test/controllers/puzzles_controller_test.rb
Normal file
7
test/controllers/puzzles_controller_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class PuzzlesControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
Reference in New Issue
Block a user