Sha256: 7b606a3436686cb1aaf5714c052294edf26ab28f0439327ee3286b908e4c3faa

Contents?: true

Size: 289 Bytes

Versions: 6

Compression:

Stored size: 289 Bytes

Contents

# encoding: utf-8

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

if RUBY_ENGINE == "ruby"
  require "coveralls"
  Coveralls.wear!
end

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hexx-rspec-0.4.2 spec/spec_helper.rb
hexx-rspec-0.4.1 spec/spec_helper.rb
hexx-rspec-0.4.0 spec/spec_helper.rb
hexx-rspec-0.3.1 spec/spec_helper.rb
hexx-rspec-0.3.0 spec/spec_helper.rb
hexx-rspec-0.2.2 spec/spec_helper.rb