ecole_eft_app/test/functional/public/home_controller_test.rb
2013-02-13 00:51:35 +01:00

10 lines
167 B
Ruby

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