Sha256: a4e45195f75a5221242ff3f242585f74e2645298b834fb77cc2fd155798b3b1b

Contents?: true

Size: 331 Bytes

Versions: 4

Compression:

Stored size: 331 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')

describe TheMetricSystem::UnitsOfMeasure::FlayUnits do
  
  describe "reasonable defaults" do
    it "should have a default threshold of 70" do
      TheMetricSystem::UnitsOfMeasure::FlayUnits.reasonable_defaults[:threshold].should == 70
    end
  end
  
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
spicycode-the_metric_system-2.3.4 spec/the_metric_system/units_of_measure/flay_units_spec.rb
spicycode-the_metric_system-2.3.5 spec/the_metric_system/units_of_measure/flay_units_spec.rb
spicycode-the_metric_system-2.3.6 spec/the_metric_system/units_of_measure/flay_units_spec.rb
the_metric_system-2.3.6 spec/the_metric_system/units_of_measure/flay_units_spec.rb