Skip to content

Commit

Permalink
Remove cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Jberlinsky committed Jan 5, 2016
1 parent a5e0793 commit d7ce926
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 383 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ group :development, :test, :remote_worker do
gem 'forgery', '= 0.5.0' # we use forgery to generate data for tests
gem 'foreman', '= 0.40.0' # we use foreman to start all the processes we need for development
# gem 'therubyracer'
gem 'cucumber', '= 1.1.0'
gem 'simplecov', '= 0.6.4', :require => false
gem 'selenium', '= 0.2.5'
gem 'trollop', '= 1.16.2'
Expand All @@ -133,7 +132,6 @@ group :test do
gem 'capybara'
gem 'launchy', '= 2.1.0' # we use launchy to launch a browser during integration testing
gem 'database_cleaner'
gem 'cucumber-rails', '= 1.1.1'
end

gem 'rb-readline', '= 0.4.2'
Expand Down
14 changes: 0 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,6 @@ GEM
creole (0.5.0)
css_parser (1.3.5)
addressable
cucumber (1.1.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.5.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.1.1)
capybara (>= 1.1.1)
cucumber (>= 1.1.0)
nokogiri (>= 1.5.0)
daemons (1.1.9)
dalli (1.1.5)
database_cleaner (0.7.1)
Expand Down Expand Up @@ -221,8 +211,6 @@ GEM
rails (~> 3.0)
fssm (0.2.10)
geocoder (1.0.5)
gherkin (2.5.4)
json (>= 1.4.6)
git (1.2.6)
github_api (0.4.10)
faraday (~> 0.7.6)
Expand Down Expand Up @@ -510,8 +498,6 @@ DEPENDENCIES
cocaine (= 0.3.2)
colored (= 1.2)
compass-rails
cucumber (= 1.1.0)
cucumber-rails (= 1.1.1)
dalli (= 1.1.5)
database_cleaner
deadweight (= 0.2.1)
Expand Down
8 changes: 0 additions & 8 deletions config/cucumber.yml

This file was deleted.

17 changes: 0 additions & 17 deletions features/about_page/nomination.feature

This file was deleted.

87 changes: 0 additions & 87 deletions features/cassettes/user_creation.yml

This file was deleted.

10 changes: 0 additions & 10 deletions features/step_definitions/nomination_steps.rb

This file was deleted.

82 changes: 0 additions & 82 deletions features/step_definitions/registration_steps.rb

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit d7ce926

Please sign in to comment.