Sha256: df4b4092251153322890eb9e4232962cce7a8ff05c52fb778e1f3c4e406e6e69
Contents?: true
Size: 423 Bytes
Versions: 6
Compression:
Stored size: 423 Bytes
Contents
require 'test_helper' class AdminTagsetsControllerTest < ActionController::TestCase setup do @controller = ::Admin::LentilTagsetsController.new user = lentil_admin_users(:one) sign_in user end test "should get to tagset index" do get :index assert_response :success end test "should get to tagset show" do get :show, :id => lentil_tagsets(:one) assert_response :success end end
Version data entries
6 entries across 6 versions & 1 rubygems