Sha256: 9a04680611b3da67d0759262ade8e21430f81d672273900fd3752d7ee15c90f9

Contents?: true

Size: 268 Bytes

Versions: 3

Compression:

Stored size: 268 Bytes

Contents

require "coveralls"

# Application root
root = File.expand_path "../..", __FILE__

# Support files and Rspec settings
Dir[File.join(root, "spec/support/**/*.rb")].each { |file| require file }

# Application files
Coveralls.wear!
require File.join(root, "lib/hexx.rb")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hexx-7.1.0 spec/spec_helper.rb
hexx-7.0.1 spec/spec_helper.rb
hexx-7.0.0 spec/spec_helper.rb