Project

General

Profile

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

class HomeControllerTest < ActionController::TestCase
test "should get settings" do
get :settings, {}, set_session_user
assert_response :success
end
end
(11-11/24)