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
a955975c
Commit
a955975c
authored
Aug 08, 2014
by
Jan-Willem van der Meer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial steps in feature
parent
6900555e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
0 deletions
+55
-0
features/steps/admin/email.rb
features/steps/admin/email.rb
+52
-0
features/steps/shared/paths.rb
features/steps/shared/paths.rb
+3
-0
No files found.
features/steps/admin/email.rb
0 → 100644
View file @
a955975c
class
Spinach::Features::AdminEmail
<
Spinach
::
FeatureSteps
include
SharedAuthentication
include
SharedPaths
step
'I see all previous email notifications'
do
pending
'step not implemented'
end
step
'I click new email notification'
do
pending
'step not implemented'
end
step
'submit form with email notification info'
do
pending
'step not implemented'
end
step
'I should be redirected to the email notification page'
do
pending
'step not implemented'
end
step
'I should see newly created email notification'
do
pending
'step not implemented'
end
step
'email notification \'maintenance\''
do
pending
'step not implemented'
end
step
'I visit email notification \'maintenance\''
do
pending
'step not implemented'
end
step
'I submit recipients'
do
pending
'step not implemented'
end
step
'I should see the reciepints'
do
pending
'step not implemented'
end
step
'email notification \'maintenance\' with selected recipients'
do
pending
'step not implemented'
end
step
'I click send'
do
pending
'step not implemented'
end
step
'I should see the notification has been sent'
do
pending
'step not implemented'
end
end
\ No newline at end of file
features/steps/shared/paths.rb
View file @
a955975c
...
...
@@ -169,6 +169,9 @@ module SharedPaths
visit
admin_teams_path
end
step
'I visit admin email page'
do
visit
admin_emails_path
end
# ----------------------------------------
# Generic Project
# ----------------------------------------
...
...
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