Sha256: b6ea4f2f1e86cea76dfe54fc8c04dfbb77efb4e22891db7dffc073b68abcb5c5

Contents?: true

Size: 401 Bytes

Versions: 9

Compression:

Stored size: 401 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
require 'fakeweb'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'picasa'

class Test::Unit::TestCase
end

def fixture_file(filename)
  return '' if filename == ''
  file_path = File.expand_path(File.dirname(__FILE__) + '/fixtures/' + filename)
  File.read(file_path)
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
morgoth-picasa-0.1.1 test/test_helper.rb
morgoth-picasa-0.1.2 test/test_helper.rb
morgoth-picasa-0.1.3 test/test_helper.rb
morgoth-picasa-0.1.4 test/test_helper.rb
picasa-0.1.9 test/test_helper.rb
picasa-0.1.8 test/test_helper.rb
picasa-0.1.7 test/test_helper.rb
picasa-0.1.6 test/test_helper.rb
picasa-0.1.5 test/test_helper.rb