require 'test_helper' module PagesCms class Admin::AccountsControllerTest < ActionController::TestCase setup do @routes = Engine.routes end test 'should get edit' do get :edit, id: pages_cms_accounts(:one) assert_response :success end end end