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 /Gemfile | |
parent | 34ac576bf7efbddac0a89731292eac8974f95114 (diff) |
fixed billing tests (added dummy billing hash to config, include required testing gem phantomjs-binaries)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ group :test do gem 'fake_braintree', require: false gem 'capybara', require: false gem 'launchy' # so save_and_open_page works in integration tests + gem 'phantomjs-binaries' end # unreleased so far ... but leap_web_certs need it |