Sha256: b2cfd37f09abb83458e4c64feae03c6af1e9be05cd072ac6942679e7c1e0cfcb
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
require 'attributer' def local_test_file path = File.realpath("spec/test.html") string = File.open(path, "rb").read string.force_encoding "UTF-8" end def results_file path = File.realpath("spec/results.html") string = File.open(path, "rb").read end def local_test_file_2 path = File.realpath("spec/test2.html") string = File.open(path, "rb").read string.force_encoding "UTF-8" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
attributer-0.1.0 | spec/spec_helper.rb |
attributer-0.0.1 | spec/spec_helper.rb |