Sha256: f2abe9c8c60461f93d08109b5ab167f73b1d7a51720fb5179f9e8d99e91d3d05
Contents?: true
Size: 260 Bytes
Versions: 5
Compression:
Stored size: 260 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 suit. require "hexx-suit"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hexx-suit-0.2.2 | spec/spec_helper.rb |
hexx-suit-0.2.1 | spec/spec_helper.rb |
hexx-suit-0.2.0 | spec/spec_helper.rb |
hexx-suit-0.1.0 | spec/spec_helper.rb |
hexx-suit-0.0.1 | spec/spec_helper.rb |