require 'test_helper'

class Public::HomeControllerTest < ActionController::TestCase
  test "should get home" do
    get :home
    assert_response :success
  end

end