Sha256: 8dc646926f353a9d93ef1908da5428781ff19ad5b5c016553edb00bdbebd349e
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phone_gap-build-0.3.0 | spec/spec_helper.rb |
phone_gap-build-0.2.0 | spec/spec_helper.rb |
phone_gap-build-0.1.0 | spec/spec_helper.rb |