box-o-sand/cookbook/015/hodgepodge/test/functional/foo_controller_test.rb

10 lines
160 B
Ruby
Raw Normal View History

2011-08-09 10:33:51 +00:00
require 'test_helper'
class FooControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end