-
- Downloads
remove cucumber completely
parent
b5815511
No related branches found
No related tags found
Showing
- Gemfile 0 additions, 2 deletionsGemfile
- Gemfile.lock 0 additions, 16 deletionsGemfile.lock
- config/cucumber.yml 0 additions, 8 deletionsconfig/cucumber.yml
- lib/tasks/cucumber.rake 0 additions, 65 deletionslib/tasks/cucumber.rake
- lib/tasks/gitlab/test.rake 2 additions, 3 deletionslib/tasks/gitlab/test.rake
- lib/tasks/travis.rake 1 addition, 1 deletionlib/tasks/travis.rake
- script/cucumber 0 additions, 10 deletionsscript/cucumber
Loading
| Loading
| @@ -119,7 +119,6 @@ group :development, :test do |
# Guard | ||
gem 'guard-rspec' | ||
gem 'guard-cucumber' | ||
# Notification | ||
gem 'rb-fsevent', :require => darwin_only('rb-fsevent') | ||
Loading
| Loading
| @@ -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' | ||
Loading
| Loading
|
config/cucumber.yml
deleted
100644 → 0
lib/tasks/cucumber.rake
deleted
100644 → 0
script/cucumber
deleted
100755 → 0
Please register or sign in to comment