Sha256: 10d7b0c5589c1671b53385dc8ca269b73df289a4ddb0b05bbf222570f436260b
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
# encoding: utf-8 # Loads the RSpec test suit. require "hexx-suit" # Loads the RSpec support files. Dir.chdir File.expand_path("..", __FILE__) do Dir["./support/config/*.rb"].each { |file| require file } end # Loads runtime metrics in the current scope Hexx::Suit.load_metrics_for(self) # Loads the code of the module. require "service_objects"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
service_objects-0.0.1 | spec/spec_helper.rb |