summaryrefslogtreecommitdiff
path: root/common_dependencies.rb
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-04-30 14:12:08 -0700
committerAzul <azul@leap.se>2013-07-17 10:47:13 +0200
commit7eab7e33730e12eeb460d2b3965a8712320aff54 (patch)
tree56ac203fb7f359e8374a9433a5763f4f5e3e4368 /common_dependencies.rb
parent5442da999c8398b1e84162996f1e944c6496b095 (diff)
Very rough start to tests, which still doesn't really use FakeBraintree.
Diffstat (limited to 'common_dependencies.rb')
-rw-r--r--common_dependencies.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_dependencies.rb b/common_dependencies.rb
index 085a898..4790ea4 100644
--- a/common_dependencies.rb
+++ b/common_dependencies.rb
@@ -9,6 +9,7 @@ group :test do
gem 'poltergeist'
# required for save_and_open_page in integration tests
# gem 'launchy'
+ gem 'fake_braintree' #depends on rspec?
end
group :test, :development do