orbit4-5/test/controllers/admin/roles_controller_test.rb

10 lines
169 B
Ruby
Raw Normal View History

2014-05-09 06:03:55 +00:00
require 'test_helper'
class Admin::RolesControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end