ruby on rails - Capybara 2.1 and Heroku config issue -


trying git push heroku part of rails tutorial they're using capybara 2.1 appear causing issue during push. following message:

important! of defaults have changed in `capybara 2.1`. if you're experiencing failures, please revert old behavior setting:  capybara.configure |config|   config.match = :one   config.exact_options = true   config.ignore_hidden_elements = true   config.visible_text_only = true end 

the documentation merely says "set these options" followed code above. i'm novice, have no idea set options. best guess in 1 of many files in config, not sure one.

looking @ doc (not version of calybara for) states put configuration file in lib/capybara.rb rather initializer.

http://rubydoc.info/github/jnicklas/capybara/master/capybara.configure


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -