Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
23b10a07f8f6
Commit
31cddc15
authored
Jan 18, 2015
by
Dmitriy Zaporozhets
Browse files
Fix tests for edited_ago helpers
parent
163bc48e059d
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/features/notes_on_merge_requests_spec.rb
View file @
23b10a07
...
...
@@ -94,8 +94,8 @@
end
within
(
"#note_
#{
note
.
id
}
"
)
do
should
have_css
(
".note
-last-update small
"
)
find
(
".note
-last-update small
"
).
text
.
should
match
(
/
Edited
less than a minute ago/
)
should
have_css
(
".note
_edited_ago
"
)
find
(
".note
_edited_ago
"
).
text
.
should
match
(
/less than a minute ago/
)
end
end
end
...
...
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