summaryrefslogtreecommitdiff
path: root/www/ruby-capybara
AgeCommit message (Collapse)AuthorFilesLines
2015-02-05Update ruby-capybara to 2.4.4.taca2-6/+6
#Version 2.4.4 Release data: 2014-10-13 ###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]
2014-07-05Dependencies don't support Ruby 1.8.joerg1-1/+3
2014-07-04Import ruby200-capybara-2.4.1 as www/ruby-capybara.rodent4-0/+180
Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website.