Sha256: a3e6e284f6340ce53429c467733b3bd14a95e1d474fa7e4134465e6834ccfdf4

Contents?: true

Size: 218 Bytes

Versions: 5

Compression:

Stored size: 218 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 "<%= gemname %>"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 lib/hexx/suit/install/spec/spec_helper.erb
hexx-suit-2.3.0 lib/hexx/suit/install/spec/spec_helper.erb
hexx-suit-2.2.3 lib/hexx/suit/install/spec/spec_helper.erb
hexx-suit-2.2.2 lib/hexx/suit/install/spec/spec_helper.erb
hexx-suit-2.2.1 lib/hexx/suit/install/spec/spec_helper.erb