Project

General

Profile

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

class HomeControllerTest < ActionController::TestCase
test "should get status without an error" do
get :status, {:format => "json"}
assert_response :success
end
end
(20-20/53)