Skip to content

Commit

Permalink
test: include Capybara is deprecated, now we should use Capybara::DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersourcerer committed Jul 30, 2012
1 parent 9e1924b commit bdd3ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.markdown
Expand Up @@ -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
Expand Down

0 comments on commit bdd3ea0

Please sign in to comment.