Sha256: a0b1d0108694c086fd12941e701e42dfd1877b584fa6d3dbc800f161861cf046

Contents?: true

Size: 337 Bytes

Versions: 9

Compression:

Stored size: 337 Bytes

Contents

require "rubygems"
require "rspec"

# 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 "#{File.dirname(__FILE__)}/../lib/domainatrix"

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
shadowbq-domainatrix-0.0.14 spec/spec_helper.rb
shadowbq-domainatrix-0.0.12 spec/spec_helper.rb
shadowbq-domainatrix-0.0.11 spec/spec_helper.rb
domainatrix-0.0.11 spec/spec_helper.rb
f1sherman-domainatrix-0.0.11 spec/spec_helper.rb
f1sherman-domainatrix-0.0.10 spec/spec_helper.rb
domainatrix-0.0.10 spec/spec_helper.rb
domainatrix-0.0.9 spec/spec_helper.rb
domainatrix-0.0.8 spec/spec_helper.rb