Sha256: 98cde5b8870329fe87960b3ee16934681045de7ca9dd200086c6f44f08328a99

Contents?: true

Size: 276 Bytes

Versions: 10

Compression:

Stored size: 276 Bytes

Contents

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

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-performance-0.8.0 spec/spec_helper.rb
watir-performance-0.7.0 spec/spec_helper.rb
watir-performance-0.6.4 spec/spec_helper.rb
watir-performance-0.6.3 spec/spec_helper.rb
watir-performance-0.6.1 spec/spec_helper.rb
watir-performance-0.6.0 spec/spec_helper.rb
watir-performance-0.5.4 spec/spec_helper.rb
watir-performance-0.5.3 spec/spec_helper.rb
watir-performance-0.5.2 spec/spec_helper.rb
watir-performance-0.5.1 spec/spec_helper.rb