Sha256: b5d6e4a3f941682aa7465ebaca15a69917f524cb29c2a247e72781eae805e2d3

Contents?: true

Size: 358 Bytes

Versions: 5

Compression:

Stored size: 358 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'html_gen'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
html_gen-0.0.5 spec/spec_helper.rb
html_gen-0.0.4 spec/spec_helper.rb
html_gen-0.0.3 spec/spec_helper.rb
html_gen-0.0.1 spec/spec_helper.rb
html_gen-0.0.0 spec/spec_helper.rb