Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
58933429
Commit
58933429
authored
Aug 12, 2014
by
Jan-Willem van der Meer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in feature
parent
352ec75b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
features/admin/emails.feature
features/admin/emails.feature
+1
-1
features/steps/admin/email.rb
features/steps/admin/email.rb
+2
-2
No files found.
features/admin/emails.feature
View file @
58933429
...
...
@@ -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 sen
d
Then
I should see a notification email is begin sen
t
And
admin emails are being sent
features/steps/admin/email.rb
View file @
58933429
...
...
@@ -20,8 +20,8 @@ class Spinach::Features::AdminEmail < Spinach::FeatureSteps
end
end
step
'I should see a notification email is begin sen
d
'
do
expect
(
find
(
'.flash-notice'
)).
to
have_content
'Email sen
d
'
step
'I should see a notification email is begin sen
t
'
do
expect
(
find
(
'.flash-notice'
)).
to
have_content
'Email sen
t
'
end
step
'admin emails are being sent'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment