Skip to content

Commit

Permalink
Remove post-install message
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Nov 14, 2013
1 parent 78f2385 commit 934cff0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions capybara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,4 @@ Gem::Specification.new do |s|
s.signing_key = 'gem-private_key.pem'
end
s.cert_chain = ['gem-public_cert.pem']

s.post_install_message = <<-MESSAGE
IMPORTANT! Some of the defaults have changed in Capybara 2.1. If you're experiencing failures,
please revert to the old behaviour by setting:
Capybara.configure do |config|
config.match = :one
config.exact_options = true
config.ignore_hidden_elements = true
config.visible_text_only = true
end
If you're migrating from Capybara 1.x, try:
Capybara.configure do |config|
config.match = :prefer_exact
config.ignore_hidden_elements = false
end
Details here: http://www.elabs.se/blog/60-introducing-capybara-2-1
MESSAGE
end

0 comments on commit 934cff0

Please sign in to comment.