Project

General

Profile

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

class HomeControllerTest < ActionController::TestCase
test "should get settings" do
get :settings
assert_response :success
end
end
(11-11/23)