Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
Add geocoder_key
  • Loading branch information
nikolai-b committed Apr 14, 2020
1 parent 587ef51 commit 2f634af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/site_config.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true



class SiteConfig < ApplicationRecord
TILE_SERVER_TYPES = %w[layers wms].freeze

Expand Down
1 change: 1 addition & 0 deletions spec/factories/site_configs_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
default_locale { "en-GB" }
timezone { "Europe/London" }
geocoder_url { "https://api.cyclestreets.net/v2/geocoder" }
geocoder_key { "cyclestreets_api_key" }
email_domain { "cyclescape.org" }
default_email { "[email protected]" }
blog_url { "http://blog.cyclescape.org/" }
Expand Down

0 comments on commit 2f634af

Please sign in to comment.