Sha256: 5627f1f9266819af00bf7bbb83e6fb154f4f79e2ca501d3f823e5b9e3bd13b98

Contents?: true

Size: 256 Bytes

Versions: 11

Compression:

Stored size: 256 Bytes

Contents

require 'simplecov'

SimpleCov.start do
  add_filter '/spec/'
end

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

require 'simple_command'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
simple_command-1.0.1 spec/spec_helper.rb
simple_command-1.0.0 spec/spec_helper.rb
simple_command-0.2.1 spec/spec_helper.rb
simple_command-0.2.0 spec/spec_helper.rb
simple_command-0.1.0 spec/spec_helper.rb
simple_command-0.0.9 spec/spec_helper.rb
simple_command-0.0.8 spec/spec_helper.rb
simple_command-0.0.7 spec/spec_helper.rb
simple_command-0.0.6 spec/spec_helper.rb
simple_command-0.0.5 spec/spec_helper.rb
simple_command-0.0.4 spec/spec_helper.rb