Sha256: 3d4082a0fdacc61ef7e51a49b9b3a3691eaf5fd3395f7a39eb4a4e08b0cf72f6

Contents?: true

Size: 303 Bytes

Versions: 7

Compression:

Stored size: 303 Bytes

Contents

if ENV['CI']
  require 'coveralls'
  require 'simplecov'
  SimpleCov.formatter = Coveralls::SimpleCov::Formatter
  SimpleCov.start
end

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'xcodeproj_utils'

def fixture_path(path)
  File.join(File.dirname(__FILE__), "fixtures", path)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
xcodeproj_utils-0.2.3 spec/spec_helper.rb
xcodeproj_utils-0.2.2 spec/spec_helper.rb
xcodeproj_utils-0.2.1 spec/spec_helper.rb
xcodeproj_utils-0.2.0 spec/spec_helper.rb
xcodeproj_utils-0.1.4 spec/spec_helper.rb
xcodeproj_utils-0.1.3 spec/spec_helper.rb
xcodeproj_utils-0.1.2 spec/spec_helper.rb