Sha256: 3bfbe2cd11b21bc463f84a745dd85fe9ab23857ee553fce427031528f8b01fc7

Contents?: true

Size: 214 Bytes

Versions: 4

Compression:

Stored size: 214 Bytes

Contents

# encoding: utf-8

begin
  require "hexx-suit"
  Hexx::Suit.load_metrics_for(self)
rescue LoadError
  require "hexx-rspec"
  Hexx::RSpec.load_metrics_for(self)
end

# Loads the code under test
require "informator"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
informator-1.0.0 spec/spec_helper.rb
informator-0.1.0 spec/spec_helper.rb
informator-0.0.2 spec/spec_helper.rb
informator-0.0.1 spec/spec_helper.rb