require 'test_helper' require_relative '../../app/helpers/pages_cms/application_helper' class NavigationTest < ActionDispatch::IntegrationTest # fixtures :all # # setup do # @routes = Engine.routes # end # test 'get a slugged path' do # get slugged_path(pages_cms_pages(:one)) # assert_response :success # end end