box-o-sand/cookbook/015/hodgepodge/test/functional/foo_controller_test.rb
2011-08-09 06:33:51 -04:00

10 lines
160 B
Ruby

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