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