Sha256: 1c328b7e3ab045bd3ee27629dcf10a5cedfc1dcbbb5daa49e599dfe5241db7e9
Contents?: true
Size: 321 Bytes
Versions: 5
Compression:
Stored size: 321 Bytes
Contents
# Equivalent to a header guard in C/C++ # Used to prevent the spec helper from being loaded more than once unless defined? WEBBY_SPEC_HELPER WEBBY_SPEC_HELPER = true require 'rubygems' require 'fileutils' require File.expand_path( File.join(File.dirname(__FILE__), %w[.. lib webby])) end # unless defined? # EOF
Version data entries
5 entries across 5 versions & 3 rubygems
Version | Path |
---|---|
Shazburg-webby-0.9.0 | spec/spec_helper.rb |
TwP-webby-0.9.0 | spec/spec_helper.rb |
webby-0.8.3 | spec/spec_helper.rb |
webby-0.8.4 | spec/spec_helper.rb |
webby-0.9.0 | spec/spec_helper.rb |