Sha256: 5f06c20547138f701852ed2d6ef7cd8afdad86dabf75614792e983ac767e4635
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
require 'spec_helper' describe GSMTools, "initialize" do it "must initialize GSMTools module" do GSMTools.class.should == Module end it "must initialize GSMTools::String module" do GSMTools::String.class.should == Module end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gsm_tools-0.0.2 | spec/lib/gsm_tools_spec.rb |
gsm_tools-0.0.1 | spec/lib/gsm_tools_spec.rb |