Project

General

Profile

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

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

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

end

(13-13/31)