You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to specify several options to Capybara::Webkit. In an rspec config file for acceptance tests, this would look like
Capybara::Webkit.configure do |config|
config.allow_url("example.com")
config.allow_url("blog.example.com")
end
etc
I am trying to pass config options to Capybara::Webkit in the appropriate spot in teaspoon_env.rb but it does not appear that this hash is the same as config above.
Is there some way to do the above in the scope of the Capybara::Webkit that teaspoon uses?
Hello,
I need to specify several options to Capybara::Webkit. In an rspec config file for acceptance tests, this would look like
etc
I am trying to pass config options to Capybara::Webkit in the appropriate spot in
teaspoon_env.rb
but it does not appear that this hash is the same asconfig
above.Is there some way to do the above in the scope of the
Capybara::Webkit
that teaspoon uses?The docs for Capybara Webkit on teaspoon don't mention this type of config.
Thanks!
The text was updated successfully, but these errors were encountered: