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
204da00e
Commit
204da00e
authored
Sep 29, 2016
by
Jared Ready
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move spec/mailers/shared/notify.rb to spec/support
parent
6ff3625f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
4 deletions
+0
-4
spec/mailers/emails/builds_spec.rb
spec/mailers/emails/builds_spec.rb
+0
-1
spec/mailers/emails/merge_requests_spec.rb
spec/mailers/emails/merge_requests_spec.rb
+0
-1
spec/mailers/emails/profile_spec.rb
spec/mailers/emails/profile_spec.rb
+0
-1
spec/mailers/notify_spec.rb
spec/mailers/notify_spec.rb
+0
-1
spec/support/notify_shared_examples.rb
spec/support/notify_shared_examples.rb
+0
-0
No files found.
spec/mailers/emails/builds_spec.rb
View file @
204da00e
require
'spec_helper'
require
'email_spec'
require
'mailers/shared/notify'
describe
Notify
do
include
EmailSpec
::
Matchers
...
...
spec/mailers/emails/merge_requests_spec.rb
View file @
204da00e
require
'spec_helper'
require
'email_spec'
require
'mailers/shared/notify'
describe
Notify
,
"merge request notifications"
do
include
EmailSpec
::
Matchers
...
...
spec/mailers/emails/profile_spec.rb
View file @
204da00e
require
'spec_helper'
require
'email_spec'
require
'mailers/shared/notify'
describe
Notify
do
include
EmailSpec
::
Matchers
...
...
spec/mailers/notify_spec.rb
View file @
204da00e
require
'spec_helper'
require
'email_spec'
require
'mailers/shared/notify'
describe
Notify
do
include
EmailSpec
::
Helpers
...
...
spec/
mailers/shared/notify
.rb
→
spec/
support/notify_shared_examples
.rb
View file @
204da00e
File moved
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