Sha256: 1ce9f29bffbf56045806bcfa314752c93b81ded1c8ced5a6e71331ce349e7e3d

Contents?: true

Size: 345 Bytes

Versions: 60

Compression:

Stored size: 345 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::Freebusy do
  
  describe ".entity_name" do
    it "should be VFREEBUSY" do
      RiCal::Component::Freebusy.entity_name.should == "VFREEBUSY"
    end
  end
end

Version data entries

60 entries across 60 versions & 8 rubygems

Version Path
demingfactor-ri_cal-0.10.0 spec/ri_cal/component/freebusy_spec.rb
demingfactor-ri_cal-0.9.0 spec/ri_cal/component/freebusy_spec.rb
ebeigarts-ri_cal-0.8.1 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.10 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.11 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.3 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.4 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.5 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.6 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.7 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.8 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.0.9 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.5.0 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.5.1 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.5.2 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.5.3 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.6.0 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.6.1 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.6.2 spec/ri_cal/component/freebusy_spec.rb
rubyredrick-ri_cal-0.6.3 spec/ri_cal/component/freebusy_spec.rb