ecole_eft_app/test/functional/public/home_controller_test.rb
Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02: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