diff options
author | elijah <elijah@riseup.net> | 2013-12-20 10:53:40 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-20 10:56:02 -0800 |
commit | 5818a2a101cc89c778c5a5e62271ab42b1fa4c70 (patch) | |
tree | 20a6789a80c0cdaa14623b9a809eccb122841f91 /config/defaults.yml | |
parent | 34ac576bf7efbddac0a89731292eac8974f95114 (diff) |
fixed billing tests (added dummy billing hash to config, include required testing gem phantomjs-binaries)
Diffstat (limited to 'config/defaults.yml')
-rw-r--r-- | config/defaults.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index a1b6235..eb31301 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -88,7 +88,7 @@ test: domain: test.me secret_token: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' reraise_errors: true - billing: true + billing: {} production: <<: *downloads |