Skip to content

Commit

Permalink
test higher Capybara timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiek1507 committed Mar 24, 2016
1 parent 55cb0c4 commit 744b503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
require 'shoulda-matchers'
require 'ffaker'

Capybara.default_max_wait_time = 20

RSpec.configure do |config|
config.filter_run focus: true
config.infer_spec_type_from_file_location!
Expand Down
2 changes: 1 addition & 1 deletion spree_auth_devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency 'multi_json'
s.add_dependency 'spree_core', spree_version

s.add_development_dependency 'capybara', '~> 2.4.1'
s.add_development_dependency 'capybara', '~> 2.4'
s.add_development_dependency 'coffee-rails', '~> 4.0.0'
s.add_development_dependency 'database_cleaner', '~> 1.2.0'
s.add_development_dependency 'email_spec', '~> 1.5.0'
Expand Down

0 comments on commit 744b503

Please sign in to comment.