Sha256: 3fb992e413cb29f1398d79dc955f37fd64b230da842197777f06ab98b7ac2e0e

Contents?: true

Size: 467 Bytes

Versions: 3

Compression:

Stored size: 467 Bytes

Contents

if ENV["CODECLIMATE_REPO_TOKEN"]
  require "codeclimate-test-reporter"
  CodeClimate::TestReporter.start
end

$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

3 entries across 3 versions & 1 rubygems

Version Path
html_gen-0.0.16 spec/spec_helper.rb
html_gen-0.0.15 spec/spec_helper.rb
html_gen-0.0.13 spec/spec_helper.rb