Sha256: 948830080db3033aef51c720991159902592204967631e79cfdd32eeba188cde
Contents?: true
Size: 256 Bytes
Versions: 10
Compression:
Stored size: 256 Bytes
Contents
require "test_helper" class Admin::HomeControllerTest < ActionDispatch::IntegrationTest setup do @admin_user = admin_sign_in_as(admin_users(:lazaro_nixon)) end test "should get index" do get admin_url assert_response :success end end
Version data entries
10 entries across 10 versions & 1 rubygems