Project

General

Profile

Download (197 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'test_helper'

class Api::V2::PluginsControllerTest < ActionController::TestCase
test "should get plugins " do
get :index
assigns(:plugins)
assert_response :success
end
end
(41-41/61)