orbit4-5/test/controllers/admin/personal_plugins_controller...

10 lines
179 B
Ruby

require 'test_helper'
class Admin::PersonalPluginsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end