Sha256: 7353fc0a6e5d39fd733a14553f101e66eddfc51eddd2f723ba2691062a1f0533
Contents?: true
Size: 376 Bytes
Versions: 59
Compression:
Stored size: 376 Bytes
Contents
When(/^I create a new task comment$/) do fill_in "task_comment_progress", with: "50" fill_in "task_comment_description", with: "I-am-the-task-comment-description" find("form[id*=task_comment] [type=submit]").click end Then(/^the task comment is created$/) do expect(@task.comments.count).to eq 1 expect(page).to have_content "I-am-the-task-comment-description" end
Version data entries
59 entries across 59 versions & 1 rubygems