Sha256: 8985b1ef82546cc7f0993f6d3f81bcdc6a5491880fdea68de392c7161893c25f

Contents?: true

Size: 288 Bytes

Versions: 36

Compression:

Stored size: 288 Bytes

Contents

require "pry"

if ENV["COVERAGE"] =~ /true|yes|on|1/i
  require "simplecov"
  SimpleCov.start :rails
end

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'magellan/cli'

ENV["MAGELLAN_CLI_CONFIG_FILE"] = File.expand_path("../.magellan-cli", __FILE__)
I18n.locale = :en

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
magellan-cli-0.8.3 spec/spec_helper.rb
magellan-cli-0.8.2 spec/spec_helper.rb
magellan-cli-0.8.1 spec/spec_helper.rb
magellan-cli-0.8.0 spec/spec_helper.rb
magellan-cli-0.7.11 spec/spec_helper.rb
magellan-cli-0.7.10 spec/spec_helper.rb
magellan-cli-0.7.9 spec/spec_helper.rb
magellan-cli-0.7.8 spec/spec_helper.rb
magellan-cli-0.7.7 spec/spec_helper.rb
magellan-cli-0.7.6 spec/spec_helper.rb
magellan-cli-0.7.5 spec/spec_helper.rb
magellan-cli-0.7.4 spec/spec_helper.rb
magellan-cli-0.7.3 spec/spec_helper.rb
magellan-cli-0.7.2 spec/spec_helper.rb
magellan-cli-0.7.1 spec/spec_helper.rb
magellan-cli-0.7.0 spec/spec_helper.rb
magellan-cli-0.6.5 spec/spec_helper.rb
magellan-cli-0.6.4 spec/spec_helper.rb
magellan-cli-0.6.3 spec/spec_helper.rb
magellan-cli-0.6.2 spec/spec_helper.rb