aboutsummaryrefslogtreecommitdiffstats
path: root/test/controllers/pages_controller_test.rb
blob: d975bb191a41b301274edb0f4e1f118cd5d02409 (plain) (blame)
1
2
3
4
5
6
7
8
require "test_helper"

class PagesControllerTest < ActionDispatch::IntegrationTest
  test "should get index" do
    get pages_index_url
    assert_response :success
  end
end