Sha256: 32e1d768e4202cc61470bc7d321b10f512004a9a8e9d085056312b4266656abd
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start $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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
html_gen-0.0.7 | spec/spec_helper.rb |
html_gen-0.0.6 | spec/spec_helper.rb |