diff options
author | jessib <jessib@riseup.net> | 2013-08-12 12:10:05 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-08-12 12:10:05 -0700 |
commit | d895a582df7c8f333c0aa1b97b555fbd8e4ea50f (patch) | |
tree | 7fd940bf4ac8dd394d7a25a07329d5469a17dfa0 /Gemfile | |
parent | 8d9d7b369d99b40d709ac49b124f8c3f67579202 (diff) | |
parent | 466e22fa896d307f26cddab7a2e1302cf3a0f1fc (diff) |
Merge pull request #2 from azul/feature/billing-with-passing-tests
fix billing tests to use user id with customer resources
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,8 +21,8 @@ gem 'debugger', :platforms => :mri_19 group :test do gem 'fake_braintree', require: false gem 'capybara', require: false + gem 'launchy' # so save_and_open_page works in integration tests end # unreleased so far ... but leap_web_certs need it - gem 'certificate_authority', :git => 'git://github.com/cchandler/certificate_authority.git' |