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

11 lines
222 B
Ruby

require 'test_helper'
# Test the geocoding life cycle
class MapsControllerTest < ActionController::TestCase
include Devise::TestHelpers
test 'should get index' do
get :index
assert_response :success
end
end