Sha256: 59384d9a16871168292090c79ac5f870125011f34cac54f41b413b86dbec4288
Contents?: true
Size: 338 Bytes
Versions: 3
Compression:
Stored size: 338 Bytes
Contents
#encoding: utf-8 $LOAD_PATH << File.expand_path('../lib' , File.dirname(__FILE__)) require 'pry' require 'stringio' require 'simplecov' SimpleCov.start require 'command_exec' require 'command_exec/spec_helper_module' include CommandExec include CommandExec::Exceptions RSpec.configure do |c| c.include CommandExec::SpecHelper end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
command_exec-0.0.3 | spec/spec_helper.rb |
command_exec-0.0.2 | spec/spec_helper.rb |
command_exec-0.0.1 | spec/spec_helper.rb |