Change organisation sources for lib apicarto quartiersprioritaires

This commit is contained in:
Xavier J 2015-12-08 16:02:35 +01:00
parent 9f9e8ca176
commit e9145b031f
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
require 'spec_helper'
describe CARTO::SGMAP::QuartierPrioritaireAdapter do
describe CARTO::SGMAP::QuartiersPrioritaires::Adapter do
subject { described_class.new(coordinates).to_params }
before do

View file

@ -1,6 +1,6 @@
require 'spec_helper'
describe CARTO::SGMAP::API do
describe CARTO::SGMAP::QuartiersPrioritaires::API do
describe '.search_qp' do
subject { described_class.search_qp(geojson) }