Sha256: b1786e68b0827e8fc5c3124f21ec4e2249e648bdd9674c882d7962c92057a0f3
Contents?: true
Size: 177 Bytes
Versions: 2
Compression:
Stored size: 177 Bytes
Contents
require 'wordlist/version' require 'spec_helper' describe Wordlist do it "should have a VERSION constant" do Wordlist.const_defined?('VERSION').should == true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wordlist-0.1.1 | spec/wordlist_spec.rb |
wordlist-0.1.0 | spec/wordlist_spec.rb |