require 'date' RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end # gem install redgreen for colored test output # begin require "redgreen" unless ENV['TM_CURRENT_LINE']; rescue LoadError; end path = File.expand_path(File.dirname(__FILE__) + "/../lib/") $LOAD_PATH.unshift(path) unless $LOAD_PATH.include?(path) require "lazy-sax-machine" # Spec::Runner.configure do |config| # end