Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 17:40:57 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 17:40:57 +0400
commitae9689f8ffdf8a69bd803021d1f57a37aba06e0d (patch)
tree34782141a1bd71be8fc29fe7b9adc8eb124350f4 /Gemfile
parentb58155113b46690d9390597f9f1feccf44b00989 (diff)
remove cucumber completely
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4e957e92407..0609f6fdb2e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -119,7 +119,6 @@ group :development, :test do
# Guard
gem 'guard-rspec'
- gem 'guard-cucumber'
# Notification
gem 'rb-fsevent', :require => darwin_only('rb-fsevent')
@@ -128,7 +127,6 @@ group :development, :test do
end
group :test do
- gem 'cucumber-rails', :require => false
gem "simplecov", :require => false
gem "shoulda-matchers"
gem 'email_spec'