Sha256: 20b25fbe7a7db250d4a96d90fd308c5bc09280a0951cb9174745c75c2b0a10bf
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
require "spec_helper" describe MetricFu do it "loads the .metrics file" do # Global only for testing that this file gets loaded $metric_file_loaded = false MetricFu.with_run_dir "spec/support" do MetricFu.loader.load_user_configuration end expect($metric_file_loaded).to be_truthy end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
metric_fu-4.13.0 | spec/metric_fu/loader_spec.rb |
fastruby-metric_fu-5.0.0 | spec/metric_fu/loader_spec.rb |