Remove outdated note about Capybara 0.4

This commit is contained in:
Jo Liss 2011-12-02 16:07:03 +01:00
parent a905d9f418
commit df67a750c9
1 changed files with 2 additions and 3 deletions

View File

@ -157,9 +157,8 @@ You'll need to roll your own for earlier versions of RSpec.
== Using Capybara with Test::Unit == Using Capybara with Test::Unit
To use Capybara with Test::Unit, include the DSL (<tt>include Capybara</tt> up To use Capybara with Test::Unit, include <tt>Capybara::DSL</tt> in whatever
until version 0.4.x, <tt>include Capybara::DSL</tt> for newer versions) in test class you are using. For example, if your classes derive from
whatever test class you are using. For example, if your classes derive from
<tt>ActionDispatch::IntegrationTest</tt>, use <tt>ActionDispatch::IntegrationTest</tt>, use
class ActionDispatch::IntegrationTest class ActionDispatch::IntegrationTest