Project

General

Profile

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

class Api::V2::PluginsControllerTest < ActionController::TestCase

test "should get plugins " do
get :index
plugins = assigns(:plugins)
assert_response :success
end

end
(28-28/44)