Sha256: 5a4182a6f5c1987f051f54b9ccfd91d3ff45431b5a333e03a301e4f521e851d6
Contents?: true
Size: 564 Bytes
Versions: 4
Compression:
Stored size: 564 Bytes
Contents
require File.expand_path('../spec_helper', File.dirname(__FILE__)) if RUBY_PLATFORM =~ /java/ describe Capybara::Driver::Celerity do before(:all) do @driver = Capybara::Driver::Celerity.new(TestApp) end it_should_behave_like "driver" it_should_behave_like "driver with javascript support" it_should_behave_like "driver with header support" it_should_behave_like "driver with status code support" it_should_behave_like "driver with cookies support" end else puts "#{File.basename(__FILE__)} requires JRuby; skipping.." end
Version data entries
4 entries across 4 versions & 3 rubygems