Sha256: 43e6671394dae6924dbe78256c14d1ea927b2defc94f0f78d14cecc9225ca37e
Contents?: true
Size: 514 Bytes
Versions: 12
Compression:
Stored size: 514 Bytes
Contents
# Encoding: utf-8 require 'spec_helper' require 'selenium-connect' describe SeleniumConnect do it 'should allow the old require statement' do config = double 'SeleniumConnect::Configuration' allow(config).to receive(:is_a?).and_return(true) allow(config).to receive(:host).and_return(false) report_factory = double 'SeleniumConnect::Report::ReportFactory' selenium_connect = SeleniumConnect.new config, report_factory selenium_connect.should be_an_instance_of SeleniumConnect end end
Version data entries
12 entries across 12 versions & 1 rubygems