new_ads_app/test/controllers/welcome_controller_test.rb
2014-08-19 09:51:36 +02:00

10 lines
164 B
Ruby

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