Sha256: a88fed0d8b649cab55397706529ed55e3cd7eacb2fe647cde8d29883dd7236ff

Contents?: true

Size: 275 Bytes

Versions: 6

Compression:

Stored size: 275 Bytes

Contents

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

require 'itunes/receipt'
require 'rspec'
require 'helpers/fake_json_helper'

def sandbox_mode(&block)
  Itunes.sandbox!
  yield
ensure
  Itunes.sandbox = false
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
itunes-receipt-0.1.0 spec/spec_helper.rb
itunes-receipt-0.0.5 spec/spec_helper.rb
itunes-receipt-0.0.4 spec/spec_helper.rb
itunes-receipt-0.0.3 spec/spec_helper.rb
itunes-receipt-0.0.2 spec/spec_helper.rb
itunes-receipt-0.0.1 spec/spec_helper.rb