Sha256: 71099493ae5f7e00cf01565c8a0d1496c9cea07a104d6b92891f5bf9039aaae9
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
require 'rspec/autorun' require 'date' require 'construct' # add lib to the load path just like rubygems does $:.push File.expand_path("../../lib", __FILE__) require 'metric_fu' include MetricFu # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[MetricFu.root_dir + "/spec/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| # :suite after/before all specs # :each ever describe block # :all ever it block config.after(:suite) do cleanup_test_files end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
metric_fu-2.1.4.pre5 | spec/spec_helper.rb |
metric_fu-2.1.4.pre4 | spec/spec_helper.rb |
metric_fu-2.1.4.pre2 | spec/spec_helper.rb |
metric_fu-2.1.4.pre | spec/spec_helper.rb |