Sha256: 7d744f1bd98faa8cb18dc6e7e842fd23d1b92e5239f337a035ee4a9827d401bd
Contents?: true
Size: 231 Bytes
Versions: 13
Compression:
Stored size: 231 Bytes
Contents
module Features module CreateWorks def classify_what_you_are_uploading(concern) page.should have_content("What are you uploading?") find("a.btn.add_new_#{concern.gsub(/\s/,'_').downcase}").click end end end
Version data entries
13 entries across 13 versions & 1 rubygems