Revisions of rubygem-capybara
Stephan Kulow (coolo)
committed
(revision 22)
- updated to version 2.4.4 ###Fixed * Test for visit behavior updated [Phil Baker] * Removed concurrency prevention in favor of a note in the README - due to load order issues # Version 2.4.3 Relase date: 2014-09-21 ###Fixed * Update concurrency prevention to match Rails 4.2 behavior # Version 2.4.2 Release date: 2014-09-20 ### Fixed * Prevent concurrency issue when testing Rails app with default test environment [Thomas Walpole] * Tags for windows API tests fixed [Dmitry Vorotilin] * Documentation Fixes [Andrey Botalov] * Always convert visit url to string, fixes issue with visit when always_include_port was enabled [Jake Goulding] * Check correct rspec version before including ::RSpec::Matchers::Composable in Capybara RSpec matchers [Thomas Walpole, Justin Ko]
Stephan Kulow (coolo)
accepted
request 255423
from
Stephan Kulow (coolo)
(revision 21)
adapt to new rubygem packaging
Stephan Kulow (coolo)
committed
(revision 20)
update
Stephan Kulow (coolo)
committed
(revision 19)
- updated to version 2.2.1 This is a bug fix release which reverts a change in 2.2.0 whereby resetting the page navigated to an empty file under Selenium
Stephan Kulow (coolo)
committed
(revision 18)
update
Stephan Kulow (coolo)
committed
(revision 17)
- updated to version 2.1.0 ### Changed * Hard version requirement on Ruby >= 1.9.3. Capybara will no longer install on 1.8.7. [Felix Schäfer] * Capybara no longer depends on the `selenium-webdriver` gem. Add it to your Gemfile if you wish to use the Selenium driver. [Jonas Nicklas] * `Capybara.ignore_hidden_elements` defaults to `true`. [Jonas Nicklas] * In case of multiple matches `smart` matching is used by default. Set `Capybara.match = :one` to revert to old behaviour. [Jonas Nicklas]. * Options in select boxes use smart matching and no longer need to match exactly. Set `Capybara.exact_options = false` to revert to old behaviour. [Jonas Nicklas]. * Visibility of text depends on `Capybara.ignore_hidden_elements` instead of always returning only visible text. Set `Capybara.visible_text_only = true` to revert to old behaviour. [Jonas Nicklas] * Cucumber cleans up session after scenario instead. This is consistent with RSpec and makes more sense, since we raise server errors in `reset!`. [Jonas Nicklas] ### Added * All actions (`click_link`, `fill_in`, etc...) and finders now take an options hash, which is passed through to `find`. [Jonas Nicklas] * CSS selectors are sent straight through to driver instead of being converted to XPath first. Enables the use of some pseudo selectors, such as `invalid` in some drivers. [Thomas Walpole] * `Capybara.asset_host` option, which inserts a `base` tag into the page on `save_and_open_page`, eases debugging with the Rails asset pipeline. [Steve Hull]
Stephan Kulow (coolo)
committed
(revision 16)
- updated to version 2.0.2 ### Changed * Capybara no longer uses thin as a server if it is available, due to thread safety issues. Now Capybara always defaults to WEBrick. [Jonas Nicklas] ### Fixed * Suppress several warnings [Kouhei Sutou] * Fix default host becoming nil [Brian Cardarella] * Fix regression in 2.0.1 which caused node comparisons with non node objects to throw an exception [Kouhei Sotou] * A few changes to the specs, only relevant to driver authors [Jonas Nicklas] * Encoding error under JRuby [Piotr Krawiec] * Ruby 2 encoding fix [Murahashi Sanemat Kenichi] * Catch correct exception on server timeout [Jonathan del Strother]
Stephan Kulow (coolo)
committed
(revision 15)
- updated to version 2.0.1 ### Changed * Move the RackTest driver override with the `:respect_data_method` option enabled from capybara/rspec to capybara/rails, so that it is enabled in Rails projects that don't use RSpec. [Carlos Antonio da Silva] * Source is now an alias for `body`. RackTest no longer returns modifications to `body`. This basically codifies the behaviour which we've had for a while anyway, and should have minimal impact for end users. It is important to driver authors though. [Jonas Nicklas] ### Fixed * Visiting relative URLs when `app_host` is set and no server is running works as expected. [Jonas Nicklas] * `fill_in` works properly under Selenium again when the caret is not at the end of the field before the method is called. [Douwe Maan, Jonas Nicklas, Jari Bakken] * `attach_file` can once again be given a Pathname [Jake Goulding]
Stephan Kulow (coolo)
committed
(revision 14)
- updated to version 2.0.0, see History.md
Stephan Kulow (coolo)
committed
(revision 13)
- updated to version 1.1.3
Sascha Peilicke (saschpe)
accepted
request 99185
from
Marcel Gmür (ammler)
(revision 12)
fix requires according to gem2rpm template
Displaying revisions 61 - 80 of 91