Sha256: 623def0318d4774e109168884f79504bf045889b45fb8a0b9db225492cda08a5

Contents?: true

Size: 679 Bytes

Versions: 2

Compression:

Stored size: 679 Bytes

Contents

require 'rubygems'


# --- Instructions ---
# - Sort through your spec_helper file. Place as much environment loading 
#   code that you don't normally modify during development in the 
#   Spork.prefork block.
# - Place the rest under Spork.each_run block
# - Any code that is left outside of the blocks will be ran during preforking
#   and during each_run!
# - These instructions should self-destruct in 10 seconds.  If they don't,
#   feel free to delete them.
#




$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'statt'
require 'spec'
require 'spec/autorun'


Spec::Runner.configure do |config|
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
statt-0.0.4 spec/spec_helper.rb
statt-0.0.3 spec/spec_helper.rb