RBOnRails-learning/test/controllers/articles_controller_test.rb

9 lines
181 B
Ruby
Raw Permalink Normal View History

2024-08-07 14:43:33 +00:00
require "test_helper"
class ArticlesControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get articles_index_url
assert_response :success
end
end