Project

General

Profile

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

class Api::V1::HomeControllerTest < ActionController::TestCase

test "should get index" do
as_user :admin do
get :index, {}
end
assert_response :success
end

end

(12-12/28)