Sha256: 7085392be4d433cf2bb374228a7243bb69101cffc409371f5addbbd93a89d729

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'watirloo'
require 'spec'
require 'spec/autorun'

Spec::Runner.configure do |config|

end

module WatirlooSpecHelper
  def testfile(filename)
    path = File.expand_path(File.dirname(__FILE__))
    uri = "file://#{path}/html/" + filename
    return uri
  end
end

include WatirlooSpecHelper

#Make it run on Firefox
#Watir::Browser.default='firefox'
#Watir::Browser.new
#Watirloo::Browsers.target = :firefox

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watirloo-0.0.8 spec/spec_helper.rb