Sha256: ce87a901ea87215c894322aa8e99756b9d14a65cc1d9723e98fcb4e5f032fb61
Contents?: true
Size: 347 Bytes
Versions: 1
Compression:
Stored size: 347 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'pathname' require 'rubygems' require 'fssm' require 'spec' require 'spec/autorun' Spec::Runner.configure do |config| config.before :all do @watch_root = Pathname.new(__FILE__).dirname.join('root').expand_path end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fssm-0.2.5 | spec/spec_helper.rb |