Sha256: 77be9019f48caa614a48cd98dee29c51e8fefff492a32760fa9858a4284d96b9

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

require 'rubygems'
require 'bundler'
require 'spork'

Spork.prefork do
  require 'webmock/rspec'

  APP_ROOT = File.expand_path('../../', __FILE__)
  ENV["NEXUS_CONFIG"] = File.join(APP_ROOT, "spec", "fixtures", "nexus.config")
end

Spork.each_run do
  require 'nexus_cli'
end

def app_root_path
  Pathname.new(File.expand_path('../..', __FILE__))
end

def fixtures_path
  app_root_path.join('spec/fixtures')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nexus_cli-4.0.0.beta1 spec/spec_helper.rb