summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 79e6e45..93f34e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -55,6 +55,10 @@ group :test do
# billing tests
gem 'fake_braintree', require: false
+
+ # we use cucumber to document and test the api
+ gem 'cucumber-rails', require: false
+ gem 'jsonpath', require: false
end
group :test, :development do