search for: eventcalendardata

Displaying 1 result from an estimated 1 matches for "eventcalendardata".

Did you mean: event_calendar_data
2007 Jun 19
5
Problems translating should_render from 0.8.2 to 1.0.5
...t;br><br>here''s a typical spec:<br>&nbsp; specify "the :start_date should equal the date passed in" do<br>&nbsp;&nbsp;&nbsp; @mock_event_calendar_data = mock(''Mock event_calendar_data'')<br>&nbsp;&nbsp;&nbsp; EventCalendarData.should_receive(:new).and_return(@mock_event_calendar_data)<br>&nbsp;&nbsp;&nbsp; date = Date.today<br>&nbsp;&nbsp;&nbsp; controller.should_render :partial => ''calendar'', :locals => {:start_date => date, :event_calendar_data => @mock_...