Method: AddEditEventMethods#attachment?
- Defined in:
- lib/kuali-sakai-common-lib/calendar.rb
#attachment?(file_name) ⇒ Boolean
Returns true if the page has a link with the specified file name. Use for test case asserts.
289 290 291 |
# File 'lib/kuali-sakai-common-lib/calendar.rb', line 289 def (file_name) frm.link(:text=>file_name).exist? end |