Sha256: 8b80d39a4d06b17cec53056337e6f2a30cf01274747dafc331bf7f73e8239727

Contents?: true

Size: 348 Bytes

Versions: 6

Compression:

Stored size: 348 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
require 'yaml'
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))


require 'music_xray_api'

class Test::Unit::TestCase
  
  #YAML.load_file("./test/credentials.yml").each { |key,value| instance_variable_set("@#{key}", value) }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
music_xray_api-0.3.0 test/helper.rb
music_xray_api-0.2.3 test/helper.rb
music_xray_api-0.2.2 test/helper.rb
music_xray_api-0.2.1 test/helper.rb
music_xray_api-0.2.0 test/helper.rb
music_xray_api-0.1.0 test/helper.rb