Sha256: b4a6005c70299731808e19d56e02ac3f99412f957204f403c6cec46607be268a
Contents?: true
Size: 537 Bytes
Versions: 18
Compression:
Stored size: 537 Bytes
Contents
Feature: Test Spreewald's email steps Scenario: /^no e?mail should have been sent$/ When I go to "/emails/do_nothing" Then the following step should succeed: | no email should have been sent | When I go to "/emails/send_email" Then the following step should fail: | no email should have been sent | Scenario: /^I should see "([^\"]*)" in the e?mail$/ When I go to "/emails/send_email/message_body" Then the following step should succeed: | I should see "message_body" in the email |
Version data entries
18 entries across 18 versions & 1 rubygems