Sha256: 3c351d8af0781bcbc048b4f3581a6b96c8d6e77645d9fdf4e1acf65ba3bcce12
Contents?: true
Size: 500 Bytes
Versions: 3
Compression:
Stored size: 500 Bytes
Contents
# encoding: utf-8 begin require "rubygems" rescue LoadError end require "sinatra/base" require "#{File.dirname(__FILE__)}/lib/watirspec" require "#{File.dirname(__FILE__)}/lib/implementation" require "#{File.dirname(__FILE__)}/lib/server" require "#{File.dirname(__FILE__)}/lib/runner" require "#{File.dirname(__FILE__)}/lib/guards" if __FILE__ == $0 # this is needed in order to have a stable Server on Windows + MRI WatirSpec::Server.run! else WatirSpec::Runner.execute_if_necessary end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
watir-webdriver-0.1.4 | spec/watirspec/spec_helper.rb |
watir-webdriver-0.1.3 | spec/watirspec/spec_helper.rb |
watir-webdriver-0.1.2 | spec/watirspec/spec_helper.rb |