Sha256: 97a3bb5c00196ea0839c3890d75842bc4fb0e169e69cad8368fef446676742a9
Contents?: true
Size: 318 Bytes
Versions: 4
Compression:
Stored size: 318 Bytes
Contents
$TESTING=true SPEC = File.dirname(__FILE__) $:.unshift File.expand_path("#{SPEC}/../lib") require 'stencil' require 'pp' Spec::Runner.configure do |config| end # For use with rspec textmate bundle def debug(object) puts "<pre>" puts object.pretty_inspect.gsub('<', '<').gsub('>', '>') puts "</pre>" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stencil-0.1.3 | spec/spec_helper.rb |
stencil-0.1.2 | spec/spec_helper.rb |
stencil-0.1.1 | spec/spec_helper.rb |
stencil-0.1.0 | spec/spec_helper.rb |