Sha256: 141bbf91f3dfdf039882015a756a0a41d6033f0632ccf6099da52720530daa00

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

require 'simplecov'

SimpleCov.start do
  add_filter '/spec/'
end

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

require 'easy_command'
require 'i18n'

I18n.load_path += Dir[Pathname.new(File.expand_path("locales")).join("*.yml")]

Dir[File.join(File.dirname(__FILE__), 'factories', '**/*.rb')].each do |factory|
  require factory
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
easy_command-1.0.1 spec/spec_helper.rb
easy_command-1.0.0 spec/spec_helper.rb
easy_command-1.0.0.pre.rc3 spec/spec_helper.rb
easy_command-1.0.0.pre.rc2 spec/spec_helper.rb
easy_command-1.0.0.pre.rc1 spec/spec_helper.rb