Sha256: 8b0112594d764a380d531ed4809d2896f868604aa50ac1afc3d42ce499817a91

Contents?: true

Size: 329 Bytes

Versions: 7

Compression:

Stored size: 329 Bytes

Contents

require 'rspec'
require_relative '../lib/phone_gap/build'

ROOT_DIR = Pathname.new(File.expand_path('../..', __FILE__))

Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f}

RSpec.configure do |config|
  config.color_enabled = true
  config.formatter     = 'documentation'
end




Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phone_gap-build-0.7.0 spec/spec_helper.rb
phone_gap-build-0.6.2 spec/spec_helper.rb
phone_gap-build-0.6.1 spec/spec_helper.rb
phone_gap-build-0.6.0 spec/spec_helper.rb
phone_gap-build-0.5.1 spec/spec_helper.rb
phone_gap-build-0.5.0 spec/spec_helper.rb
phone_gap-build-0.4.0 spec/spec_helper.rb