Sha256: 3a6d5c1228bfbbfb25cd35e41c0da297c9edae6e75465f6e67cb6a267f1c72b3
Contents?: true
Size: 331 Bytes
Versions: 4
Compression:
Stored size: 331 Bytes
Contents
require "minitest/autorun" require "fakeweb" require "picasa" class MiniTest::Unit::TestCase def setup FakeWeb.allow_net_connect = false end def fixture_file(filename) return "" if filename == "" file_path = File.expand_path(File.dirname(__FILE__) + "/fixtures/" + filename) File.read(file_path) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
picasa-0.3.3 | test/helper.rb |
picasa-0.3.2 | test/helper.rb |
picasa-0.3.1 | test/helper.rb |
picasa-0.3 | test/helper.rb |