spec/event_slot_spec.rb in caren-api-0.4.32 vs spec/event_slot_spec.rb in caren-api-0.4.33

- old
+ new

@@ -1,7 +1,7 @@ require 'spec_helper' -describe "Event", "converting to xml" do +describe "EventSlot", "converting to xml" do before do @slot_a = Caren::EventSlot.new( :date => Date.today, :start => "10:00", :duration => 3600) @slot_b = Caren::EventSlot.new( :date => Date.today + 1, :start => "10:00", :duration => 7200) end