Sha256: a9c35f9ec7d6a9539e01a30f8c66cd4abeb5cbe6e116d599891d766f2855da0c

Contents?: true

Size: 295 Bytes

Versions: 10

Compression:

Stored size: 295 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'watir-webdriver-performance'
require 'watir-webdriver'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
watir-webdriver-performance-0.2.4 spec/spec_helper.rb
watir-webdriver-performance-0.2.3 spec/spec_helper.rb
watir-webdriver-performance-0.2.2 spec/spec_helper.rb
watir-webdriver-performance-0.2.1 spec/spec_helper.rb
watir-webdriver-performance-0.2.0 spec/spec_helper.rb
watir-webdriver-performance-0.1.3.1 spec/spec_helper.rb
watir-webdriver-performance-0.1.3 spec/spec_helper.rb
watir-webdriver-performance-0.1.2 spec/spec_helper.rb
watir-webdriver-performance-0.1.1 spec/spec_helper.rb
watir-webdriver-performance-0.1.0 spec/spec_helper.rb