Sha256: 1cb0c14ae06270f05194c62c8e769a9c8a7e05e7bb26110132e093a2dba77899
Contents?: true
Size: 352 Bytes
Versions: 7
Compression:
Stored size: 352 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe RubyFsStack do describe "version" do before(:each) do @version = File.read(File.join(File.dirname(__FILE__),'..','VERSION')).strip end it "should read the version from the file" do RubyFsStack.version.should == @version end end end
Version data entries
7 entries across 7 versions & 1 rubygems