agenda-libre-ruby/test/controllers/maps_controller_test.rb

12 lines
235 B
Ruby
Raw Normal View History

require 'test_helper'
# Test the geocoding life cycle
class MapsControllerTest < ActionController::TestCase
2016-09-19 21:58:50 +02:00
include Devise::Test::ControllerHelpers
test 'should get index' do
get :index
assert_response :success
end
end