pic_vert_app/test/functional/surveys_controller_test.rb
2012-08-18 12:07:32 +02:00

10 lines
164 B
Ruby

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