Sha256: d978a9fc1ef88e5097f658b33a0977a547977eec8bfc118d00a88359895457b0

Contents?: true

Size: 413 Bytes

Versions: 9

Compression:

Stored size: 413 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

9 entries across 9 versions & 3 rubygems

Version Path
nexus_cli_sb-4.0.4 spec/spec_helper.rb
nexus_cli_sb-4.0.2 spec/spec_helper.rb
nexus_cli_nx-4.1.2 spec/spec_helper.rb
nexus_cli-4.1.1 spec/spec_helper.rb
nexus_cli-4.1.0 spec/spec_helper.rb
nexus_cli-4.0.3 spec/spec_helper.rb
nexus_cli-4.0.2 spec/spec_helper.rb
nexus_cli-4.0.1 spec/spec_helper.rb
nexus_cli-4.0.0 spec/spec_helper.rb