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