require "test_helper" class Default::UnitsControllerTest < ActionDispatch::IntegrationTest setup do sign_in users(:alice) end test "should get index" do get default_units_url assert_response :success end end