Sha256: e5441d7a2a087b7044c3f7dcfc027eb5dcc992ba011633aa9044907ea8a5d8c6

Contents?: true

Size: 307 Bytes

Versions: 4

Compression:

Stored size: 307 Bytes

Contents

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

describe TheMetricSystem do
  it "should load it's version number from the VERSION file" do
    stub(File).read('VERSION') { '7.8.9' }
    TheMetricSystem.version.should == '7.8.9'
  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_spec.rb
spicycode-the_metric_system-2.3.5 spec/the_metric_system_spec.rb
spicycode-the_metric_system-2.3.6 spec/the_metric_system_spec.rb
the_metric_system-2.3.6 spec/the_metric_system_spec.rb