Sha256: 3315ba650a67f846ecac447fc99847cb9c744d87b23238ce8c569aa5c41c0eb4
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
require 'stringio' require 'test/spec' require File.dirname(__FILE__) + '/../lib/watirloo' #Watirloo::BrowserHerd.target = :firefox def testfile(filename) path = File.expand_path(File.dirname(__FILE__)) uri = "file://#{path}/html/" + filename return uri end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
marekj-watirloo-0.0.2 | test/test_helper.rb |
marekj-watirloo-0.0.3 | test/test_helper.rb |