Project

General

Profile

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

class Api::V2::HomeControllerTest < ActionController::TestCase
test "should get index" do
get :index, { }
assert_response :success
end
end
(19-19/51)