Sha256: dc38933cd5cf7906efb7ea449e51a2dcc4f79ea708766d665c647d9e6030992d

Contents?: true

Size: 368 Bytes

Versions: 12

Compression:

Stored size: 368 Bytes

Contents

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

# 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

12 entries across 12 versions & 1 rubygems

Version Path
projectdx_pipeline-1.3.6 spec/spec_helper.rb
projectdx_pipeline-1.3.5 spec/spec_helper.rb
projectdx_pipeline-1.3.4 spec/spec_helper.rb
projectdx_pipeline-1.3.0 spec/spec_helper.rb
projectdx_pipeline-1.2.2 spec/spec_helper.rb
projectdx_pipeline-1.2.1 spec/spec_helper.rb
projectdx_pipeline-1.2.0 spec/spec_helper.rb
projectdx_pipeline-1.1.0 spec/spec_helper.rb
projectdx_pipeline-1.0.0 spec/spec_helper.rb
projectdx_pipeline-0.2.0 spec/spec_helper.rb
projectdx_pipeline-0.1.0 spec/spec_helper.rb
projectdx_pipeline-0.0.1 spec/spec_helper.rb