tuxwebror/test/controllers/posts_controller_test.rb
2018-12-21 19:06:39 +01:00

10 lines
176 B
Ruby

require 'test_helper'
class PostsControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get posts_index_url
assert_response :success
end
end