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

10 lines
163 B
Ruby

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