From bdd3ea0565ed7985d5ee8432a51b43b27251d54b Mon Sep 17 00:00:00 2001 From: Ricardo Valeriano Date: Mon, 30 Jul 2012 08:04:05 -0300 Subject: [PATCH] test: include Capybara is deprecated, now we should use Capybara::DSL --- testing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.markdown b/testing.markdown index 91391c2f..6540b22f 100644 --- a/testing.markdown +++ b/testing.markdown @@ -315,7 +315,7 @@ From `Webrat`'s wiki where you'll find more [examples][]. require 'test/unit' class HelloWorldTest < Test::Unit::TestCase - include Capybara + include Capybara::DSL # Capybara.default_driver = :selenium # <-- use Selenium driver def setup