Skip to content

Commit

Permalink
Fixing cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Oct 31, 2013
1 parent 8d075b6 commit 41b1ca6
Show file tree
Hide file tree
Showing 4 changed files with 5,123 additions and 3,758 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ end

group :test do
# acceptance testing
gem 'cucumber-rails', require: false
gem 'cucumber-rails', require: false, github: 'cucumber/cucumber-rails' # see https://github.com/cucumber/cucumber-rails/pull/253#issuecomment-23400508
# clear db
gem 'database_cleaner'
# notifier
Expand Down
17 changes: 11 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: git://github.com/cucumber/cucumber-rails.git
revision: 92fc3e9242885e9616ef6051812ed075890c8c85
specs:
cucumber-rails (1.4.0)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 2)
nokogiri (~> 1.5)
rails (>= 3, < 5)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -69,11 +79,6 @@ GEM
gherkin (~> 2.12.1)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.0.2)
cucumber-rails (1.4.0)
capybara (>= 1.1.2)
cucumber (>= 1.2.0)
nokogiri (>= 1.5.0)
rails (>= 3.0.0)
daemons (1.1.9)
dalli (2.6.4)
database_cleaner (1.2.0)
Expand Down Expand Up @@ -281,7 +286,7 @@ DEPENDENCIES
cloudinary
coffee-rails (~> 4.0.0)
compass-rails (~> 2.0.alpha.0)
cucumber-rails
cucumber-rails!
dalli
database_cleaner
figaro
Expand Down
1 change: 0 additions & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@
# The :transaction strategy is faster, but might give you threading problems.
# See https://github.com/cucumber/cucumber-rails/blob/master/features/choose_javascript_database_strategy.feature
Cucumber::Rails::Database.javascript_strategy = :truncation

Loading

0 comments on commit 41b1ca6

Please sign in to comment.