Sha256: 8a1a92e39de6c9888371b841ddfc77993be81ab46b70af8cdadccfe85ae4be40
Contents?: true
Size: 510 Bytes
Versions: 3
Compression:
Stored size: 510 Bytes
Contents
# Loads the parts of the suit to be available. %w(i18n pry rake rspec thor yaml).each { |gem| require gem } # Pippi depends on MRI ruby 2.0+ only USE_PIPPI_METRIC = (RUBY_ENGINE == "ruby") && (RUBY_VERSION >= "2.0") # Loads the code (the order is significant) Dir.chdir File.expand_path("../..", __FILE__) do Dir[ "./config/initializers/*.rb", "./lib/hexx/suit/utils/*.rb", "./lib/hexx/suit/metrics.rb", "./lib/hexx/suit/*.rb", "./lib/hexx/suit.rb" ].each { |file| require file } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hexx-suit-0.2.2 | lib/hexx-suit.rb |
hexx-suit-0.2.1 | lib/hexx-suit.rb |
hexx-suit-0.2.0 | lib/hexx-suit.rb |