Project

General

Profile

Download (175 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

(18-18/49)