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
204adab2
Commit
204adab2
authored
Jun 11, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve EE::Note spec wording
parent
7965dacb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ee/spec/models/ee/note_spec.rb
ee/spec/models/ee/note_spec.rb
+5
-5
No files found.
ee/spec/models/ee/note_spec.rb
View file @
204adab2
...
@@ -6,14 +6,14 @@ describe EE::Note do
...
@@ -6,14 +6,14 @@ describe EE::Note do
using
RSpec
::
Parameterized
::
TableSyntax
using
RSpec
::
Parameterized
::
TableSyntax
where
(
:system
,
:action
,
:result
)
do
where
(
:system
,
:action
,
:result
)
do
false
|
nil
|
'this, ha
s, some, commas
'
false
|
nil
|
'this, ha
d, some, commas, originally
'
true
|
nil
|
'this, ha
s, some, commas
'
true
|
nil
|
'this, ha
d, some, commas, originally
'
true
|
'relate'
|
'this, ha
s, some, commas
'
true
|
'relate'
|
'this, ha
d, some, commas, originally
'
true
|
'weight'
|
'this ha
s some commas
'
true
|
'weight'
|
'this ha
d some commas originally
'
end
end
with_them
do
with_them
do
let
(
:note
)
{
create
(
:note
,
system:
system
,
note:
'this, ha
s, some, commas
'
)
}
let
(
:note
)
{
create
(
:note
,
system:
system
,
note:
'this, ha
d, some, commas, originally
'
)
}
before
do
before
do
create
(
:system_note_metadata
,
action:
action
,
note:
note
)
if
action
create
(
:system_note_metadata
,
action:
action
,
note:
note
)
if
action
...
...
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