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

10 lines
179 B
Ruby
Raw Normal View History

2014-06-04 08:46:29 +00:00
require 'test_helper'
class Admin::PersonalPluginsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end