box-o-sand/cookbook/015/01/status/test/functional/hello_controller_test.rb
2011-08-08 21:21:18 -04:00

10 lines
162 B
Ruby

require 'test_helper'
class HelloControllerTest < ActionController::TestCase
test "should get world" do
get :world
assert_response :success
end
end