Sha256: 9c7884e1f14cf06a31cd81f37cafecc1aa8cbbc5cd1d78b137248e97058b2739
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 Bytes
Contents
#- ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license require File.join(File.dirname(__FILE__), %w[.. .. spec_helper]) describe RiCal::Component::Journal do describe ".entity_name" do it "should be VJOURNAL" do RiCal::Component::Journal.entity_name.should == "VJOURNAL" end end end
Version data entries
9 entries across 9 versions & 1 rubygems