Add cucumber to the Gemfile

This commit is contained in:
momoko saunders
2014-06-11 19:39:35 -07:00
parent d2290af3db
commit 4c7a1f84bd
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -49,6 +49,8 @@ group :test do
gem 'selenium-webdriver'
gem 'simplecov', require: false
gem 'webmock', require: false
gem 'cucumber-rails', :require => false
gem 'database_cleaner'
end
group :staging, :production do