Sha256: 7c5457e9f62c67cd0fc033a79e7f38545ae3be43f3ff89664192e99d28a980b7

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lazy-sax-machine-0.1.1 spec/spec_helper.rb
lazy-sax-machine-0.1.0 spec/spec_helper.rb