Sha256: d8853bb29e8de5daf8c7b4c72c1e80555e49a1877a2fdb6e2c32f30968cadd37

Contents?: true

Size: 307 Bytes

Versions: 7

Compression:

Stored size: 307 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/domainatrix"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
domainatrix-0.0.7 spec/spec_helper.rb
domainatrix-0.0.6 spec/spec_helper.rb
domainatrix-0.0.5 spec/spec_helper.rb
domainatrix-0.0.4 spec/spec_helper.rb
domainatrix-0.0.3 spec/spec_helper.rb
domainatrix-0.0.2 spec/spec_helper.rb
domainatrix-0.0.1 spec/spec_helper.rb