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

11 lines
282 B
Ruby
Raw Normal View History

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