Sha256: 5b25aecb6ef030a0b607b661a550fd83fc23fcb80ee6a6c9b730ce77d99fa4e9
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
require 'rspec' require 'spec_helper' describe 'Version' do it 'should be the version number' do a = UsagewatchExt::VERSION a.class.should be(String) a.should_not be_nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
usagewatch_ext-0.0.3 | spec/version_spec.rb |
usagewatch_ext-0.0.2 | spec/version_spec.rb |