Sha256: 95467db829a3b0ae0a2af81ae6d96b2fe3d7830c4d4f3f4a4cf0c32845830067

Contents?: true

Size: 233 Bytes

Versions: 7

Compression:

Stored size: 233 Bytes

Contents

# $Id: spec_helper.rb 1 2007-08-18 21:39:50Z tim_pease $

begin
  require 'webby'
rescue LoadError
  path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
  raise if $:.include? path
  $: << path
  retry
end

# EOF

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
webby-0.6.0 spec/spec_helper.rb
webby-0.1.0 spec/spec_helper.rb
webby-0.5.1 spec/spec_helper.rb
webby-0.3.0 spec/spec_helper.rb
webby-0.5.0 spec/spec_helper.rb
webby-0.2.0 spec/spec_helper.rb
webby-0.4.0 spec/spec_helper.rb