Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Remove cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 12, 2013
1 parent c27d01a commit 44cdd57
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 472 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -21,7 +21,6 @@ group :development, :test do
end

group :test do
gem 'cucumber-rails', :require => false
gem 'webmock', :require => false
gem 'poltergeist'
gem 'database_cleaner'
Expand All @@ -32,6 +31,5 @@ end

group :guard do
gem 'guard-bundler'
gem 'guard-cucumber'
gem 'guard-rspec'
end
16 changes: 0 additions & 16 deletions Gemfile.lock
Expand Up @@ -66,15 +66,6 @@ GEM
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
crack (0.3.1)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
cucumber-rails (1.3.0)
capybara (>= 1.1.2)
cucumber (>= 1.1.8)
nokogiri (>= 1.5.0)
database_cleaner (0.9.1)
diff-lcs (1.1.3)
dotenv (0.1.0)
Expand All @@ -87,17 +78,12 @@ GEM
eventmachine (>= 0.12.0)
ffi (1.0.11)
fssm (0.2.9)
gherkin (2.11.1)
json (>= 1.4.6)
guard (1.2.3)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-bundler (1.0.0)
bundler (~> 1.0)
guard (~> 1.1)
guard-cucumber (1.2.0)
cucumber (>= 1.2.0)
guard (>= 1.1.0)
guard-jasmine (1.11.1)
childprocess
guard (>= 1.1.0)
Expand Down Expand Up @@ -241,11 +227,9 @@ DEPENDENCIES
brakeman
coffee-rails
compass-rails
cucumber-rails
database_cleaner
dotenv
guard-bundler
guard-cucumber
guard-jasmine
guard-rspec
hogan_assets
Expand Down
6 changes: 0 additions & 6 deletions Guardfile
Expand Up @@ -15,12 +15,6 @@ guard 'rspec', :version => 2 do
watch('app/controllers/application_controller.rb') { "spec/controllers" }
end

guard 'cucumber' do
watch(%r{^features/.+\.feature$})
watch(%r{^features/support/.+$}) { 'features' }
watch(%r{^features/step_definitions/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'features' }
end

guard :jasmine do
watch(%r{spec/javascripts/spec\.(js\.coffee|js|coffee)$}) { 'spec/javascripts' }
watch(%r{spec/javascripts/.+_spec\.(js\.coffee|js|coffee)$})
Expand Down
40 changes: 0 additions & 40 deletions features/step_definitions/key_steps.rb

This file was deleted.

221 changes: 0 additions & 221 deletions features/step_definitions/web_steps.rb

This file was deleted.

11 changes: 0 additions & 11 deletions features/step_definitions/wtf_steps.rb

This file was deleted.

42 changes: 0 additions & 42 deletions features/support/env.rb

This file was deleted.

0 comments on commit 44cdd57

Please sign in to comment.