Sha256: e1456f375c98c728720dae693907f60ab456f2646fb7d2a40a2535ebdcbf9762
Contents?: true
Size: 338 Bytes
Versions: 4
Compression:
Stored size: 338 Bytes
Contents
describe "Sanity" do it "should have Symbol#ivar" do :name.ivar.should == '@name' end it "should have String#ivar" do 'another'.ivar.should == '@another' end it "should have Symbol#cvar" do :name.cvar.should == '@@name' end it "should have String#cvar" do 'another'.cvar.should == '@@another' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sugarcube-0.16.9 | spec/unholy_spec.rb |
sugarcube-0.16.5 | spec/unholy_spec.rb |
sugarcube-0.16.2 | spec/unholy_spec.rb |
sugarcube-0.16 | spec/unholy_spec.rb |