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

Version Path
rubyredrick-ri_cal-0.0.10 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.11 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.3 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.4 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.5 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.6 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.7 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.8 spec/ri_cal/component/journal_spec.rb
rubyredrick-ri_cal-0.0.9 spec/ri_cal/component/journal_spec.rb