Sha256: fbb3e388de80d44cce799338646fbcc2530cceb758a3d12e9180b232f7766f6f

Contents?: true

Size: 358 Bytes

Versions: 5

Compression:

Stored size: 358 Bytes

Contents

require "rubygems"
require "spec"

# 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 "lib/saxual-replication"

# Spec::Runner.configure do |config|
# end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
MikeSofaer-saxual-replication-0.0.1 spec/spec_helper.rb
MikeSofaer-saxual-replication-0.0.2 spec/spec_helper.rb
MikeSofaer-saxual-replication-0.0.3 spec/spec_helper.rb
MikeSofaer-saxual-replication-0.0.4 spec/spec_helper.rb
MikeSofaer-saxual-replication-0.0.5 spec/spec_helper.rb