Sha256: a249885d4b3eae7a515827cb66b03182998940096bf9516202d71b2d16f6110b

Contents?: true

Size: 374 Bytes

Versions: 8

Compression:

Stored size: 374 Bytes

Contents

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

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
app_store_pricing_matrix-1.3.0 spec/spec_helper.rb
app_store_pricing_matrix-1.2.0 spec/spec_helper.rb
app_store_pricing_matrix-1.1.0 spec/spec_helper.rb
app_store_pricing_matrix-1.0.4 spec/spec_helper.rb
app_store_pricing_matrix-1.0.3 spec/spec_helper.rb
app_store_pricing_matrix-1.0.2 spec/spec_helper.rb
app_store_pricing_matrix-1.0.1 spec/spec_helper.rb
app_store_pricing_matrix-1.0.0 spec/spec_helper.rb