teamcapybara--capybara/spec/culerity_driver_spec.rb

10 lines
268 B
Ruby
Raw Normal View History

2009-11-04 22:00:05 +00:00
require File.expand_path('spec_helper', File.dirname(__FILE__))
describe Webcat::Driver::Culerity do
before do
@driver = Webcat::Driver::Culerity.new(TestApp)
end
it_should_behave_like "driver"
2009-11-05 16:35:45 +00:00
it_should_behave_like "driver with javascript support"
2009-11-04 22:00:05 +00:00
end