Fix typo in feature

parent 352ec75b
......@@ -7,5 +7,5 @@ Feature: Admin email
Scenario: Create a new email notification
Given I visit admin email page
When I submit form with email notification info
Then I should see a notification email is begin send
Then I should see a notification email is begin sent
And admin emails are being sent
......@@ -20,8 +20,8 @@ class Spinach::Features::AdminEmail < Spinach::FeatureSteps
end
end
step 'I should see a notification email is begin send' do
expect(find('.flash-notice')).to have_content 'Email send'
step 'I should see a notification email is begin sent' do
expect(find('.flash-notice')).to have_content 'Email sent'
end
step 'admin emails are being sent' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment