Skip to content

Commit

Permalink
Merge pull request #608 from transitland/tyr-costing-transit
Browse files Browse the repository at this point in the history
Tyr costing transit
  • Loading branch information
irees committed May 27, 2016
2 parents 78ecaa1 + 04245f6 commit 6c0163c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/services/tyr_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TyrService
class Error < StandardError
end

def self.locate(locations: [], costing: 'pedestrian')
def self.locate(locations: [], costing: 'transit')
response = connection.get('/locate') do |req|
json_payload = {
locations: locations,
Expand Down
2 changes: 1 addition & 1 deletion spec/support/vcr_cassettes/tyr_one_location.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/support/vcr_cassettes/tyr_two_locations.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c0163c

Please sign in to comment.