first commit
This commit is contained in:
0
test/controllers/.keep
Normal file
0
test/controllers/.keep
Normal file
8
test/controllers/articles_controller_test.rb
Normal file
8
test/controllers/articles_controller_test.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require "test_helper"
|
||||
|
||||
class ArticlesControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get articles_index_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
7
test/controllers/comments_controller_test.rb
Normal file
7
test/controllers/comments_controller_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class CommentsControllerTest < ActionDispatch::IntegrationTest
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
Reference in New Issue
Block a user