Sha256: 3151379bb252b8f28d8ef063bfee93f38ae5ce3427e7e17e7645b2d934da3df2
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
ENV['TEST'] = '1' require "codeclimate-test-reporter" CodeClimate::TestReporter.start require "pp" root = File.expand_path('../../', __FILE__) require "#{root}/lib/thor_template" module Helpers def execute(cmd) puts "Running: #{cmd}" if ENV['DEBUG'] out = `#{cmd}` puts out if ENV['DEBUG'] out end end RSpec.configure do |c| c.include Helpers end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thor_template-0.0.8 | lib/starter_project/spec/spec_helper.rb |
thor_template-0.0.7 | lib/starter_project/spec/spec_helper.rb |
thor_template-0.0.6 | lib/starter_project/spec/spec_helper.rb |