Sha256: 325b32ab5966479e9cc1ba479f7805806bf5d357330e413fdfc8b30fd642b0e4

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 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.loader.load_user_configuration
    $metric_file_loaded.should be_true
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
metric_fu-4.6.0 spec/metric_fu/loader_spec.rb
metric_fu-4.5.2 spec/metric_fu/loader_spec.rb
metric_fu-4.5.1 spec/metric_fu/loader_spec.rb