Sha256: dc1ee58fe3cf5183c8922688546462d016d4e2d9334e47a96c46a638b65bed34
Contents?: true
Size: 517 Bytes
Versions: 2
Compression:
Stored size: 517 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'timeout' begin require 'rubygems' rescue LoadError => ex end base = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'lib')) $:.unshift base.gsub(/^#{Dir.pwd}/, '.') # $VERBOSE = 1 $context_runner = false require 'ramaze' require 'spec' if Spec::VERSION::FULL_VERSION < "1.0.3 (r2035)" puts "please update rspec >= 1.0.3" exit 1 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.2.0 | lib/ramaze/spec/helper/minimal.rb |
ramaze-0.2.1 | lib/ramaze/spec/helper/minimal.rb |