oldhaven/rails/test/functional/main_controller_test.rb
2011-04-09 17:02:28 +04:00

10 lines
161 B
Ruby

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