teamcapybara--capybara/spec/driver/firewatir_driver_spec.rb

11 lines
294 B
Ruby
Raw Normal View History

2009-11-07 17:55:55 +00:00
require File.expand_path('../spec_helper', File.dirname(__FILE__))
2009-11-05 22:12:34 +00:00
# describe Capybara::Driver::FireWatir do
# before do
# @driver = Capybara::Driver::FireWatir.new(TestApp)
# end
#
# it_should_behave_like "driver"
# it_should_behave_like "driver with javascript support"
# end