1
0
Fork 0
oldhaven/test/functional/main_controller_test.rb

10 lines
161 B
Ruby

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