Sha256: e74e9b0578c123e23455bbe9f89c1db40f9efaac1ef305e80ca84192ab04eeaf

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

# Loads the RSpec support files.
require "rspec"
Dir[File.expand_path "spec/support/config/*.rb"].each { |file| require file }

# encoding: utf-8
require "coveralls"
Coveralls.wear!

# Loads the code of the module with the RSpec test rspec.
require "hexx-rspec"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hexx-rspec-0.2.0 spec/spec_helper.rb
hexx-rspec-0.1.0 spec/spec_helper.rb
hexx-rspec-0.0.1 spec/spec_helper.rb