Sha256: 68763056c791917e9c81284aa246089b25994f960ce110b330b1d7e5ae271248
Contents?: true
Size: 302 Bytes
Versions: 6
Compression:
Stored size: 302 Bytes
Contents
require 'test_helper' class AdminUsersControllerTest < ActionController::TestCase setup do @controller = ::Admin::LentilUsersController.new user = lentil_admin_users(:one) sign_in user end test "should get to images index" do get :index assert_response :success end end
Version data entries
6 entries across 6 versions & 1 rubygems