diff options
| author | Alban Peignier | 2018-05-16 17:00:41 +0200 |
|---|---|---|
| committer | Alban Peignier | 2018-05-16 17:00:48 +0200 |
| commit | 70d55a1a62a2207453b738cb81003f57c537473c (patch) | |
| tree | 13f30cdb071ae03402c2af720dcad5cacb236341 /spec | |
| parent | 40bb2d0f62f3323979ea54968f3c2999add2a3f4 (diff) | |
| download | chouette-core-70d55a1a62a2207453b738cb81003f57c537473c.tar.bz2 | |
Update RouteWayCostCalculator spec after Faraday. Refs #7032
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/services/route_way_cost_calculator_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/route_way_cost_calculator_spec.rb b/spec/services/route_way_cost_calculator_spec.rb index aa6195196..c417f137a 100644 --- a/spec/services/route_way_cost_calculator_spec.rb +++ b/spec/services/route_way_cost_calculator_spec.rb @@ -18,7 +18,7 @@ RSpec.describe RouteWayCostCalculator do 'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', - 'User-Agent'=>'Faraday v0.9.2' + 'User-Agent'=>'Faraday v0.15.1' }) .to_return( status: 200, |
