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

11 lines
294 B
Ruby

require File.expand_path('../spec_helper', File.dirname(__FILE__))
# 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