remove cucumber completely
显示
- Gemfile 0 个添加, 2 个删除Gemfile
- Gemfile.lock 0 个添加, 16 个删除Gemfile.lock
- config/cucumber.yml 0 个添加, 8 个删除config/cucumber.yml
- lib/tasks/cucumber.rake 0 个添加, 65 个删除lib/tasks/cucumber.rake
- lib/tasks/gitlab/test.rake 2 个添加, 3 个删除lib/tasks/gitlab/test.rake
- lib/tasks/travis.rake 1 个添加, 1 个删除lib/tasks/travis.rake
- script/cucumber 0 个添加, 10 个删除script/cucumber
... | @@ -119,7 +119,6 @@ group :development, :test do | ... | @@ -119,7 +119,6 @@ group :development, :test do |
# Guard | # Guard | ||
gem 'guard-rspec' | gem 'guard-rspec' | ||
gem 'guard-cucumber' | |||
# Notification | # Notification | ||
gem 'rb-fsevent', :require => darwin_only('rb-fsevent') | gem 'rb-fsevent', :require => darwin_only('rb-fsevent') | ||
... | @@ -128,7 +127,6 @@ group :development, :test do | ... | @@ -128,7 +127,6 @@ group :development, :test do |
end | end | ||
group :test do | group :test do | ||
gem 'cucumber-rails', :require => false | |||
gem "simplecov", :require => false | gem "simplecov", :require => false | ||
gem "shoulda-matchers" | gem "shoulda-matchers" | ||
gem 'email_spec' | gem 'email_spec' | ||
... | ... |
config/cucumber.yml
已删除
100644 → 0
lib/tasks/cucumber.rake
已删除
100644 → 0
script/cucumber
已删除
100755 → 0
想要评论请 注册 或 登录