$testing = true SPEC = File.dirname(__FILE__) $:.unshift File.expand_path("#{SPEC}/../lib") require 'require' require 'pp' # For use with rspec textmate bundle def debug(object) puts "
" puts object.pretty_inspect.gsub('<', '<').gsub('>', '>') puts "" end Spec::Runner.configure do |config| end