Sha256: e0e78c8b6b0607cf73398f65a19fc22abf2e7a81ab2b56950a2abf531a2197de

Contents?: true

Size: 270 Bytes

Versions: 17

Compression:

Stored size: 270 Bytes

Contents

require "coveralls"

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

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

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hexx-6.0.3 spec/spec_helper.rb
hexx-6.0.2 spec/spec_helper.rb
hexx-6.0.1 spec/spec_helper.rb
hexx-6.0.0 spec/spec_helper.rb
hexx-5.4.0 spec/spec_helper.rb
hexx-5.3.0 spec/spec_helper.rb
hexx-5.2.0 spec/spec_helper.rb
hexx-5.1.0 spec/spec_helper.rb
hexx-5.0.0 spec/spec_helper.rb
hexx-4.0.0 spec/spec_helper.rb
hexx-3.2.1 spec/spec_helper.rb
hexx-3.2.0 spec/spec_helper.rb
hexx-3.1.0 spec/spec_helper.rb
hexx-3.0.0 spec/spec_helper.rb
hexx-2.2.0 spec/spec_helper.rb
hexx-2.1.0 spec/spec_helper.rb
hexx-2.0.2 spec/spec_helper.rb