box-o-sand/cookbook/015/01/status/test/functional/status_controller_test.rb

10 lines
163 B
Ruby
Raw Normal View History

2011-08-09 01:09:18 +00:00
require 'test_helper'
class StatusControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end