Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
4f1a13ab
You need to sign in or sign up before continuing.
Commit
4f1a13ab
authored
Nov 25, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spec
parent
7b54d117
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
app/assets/stylesheets/modules/_settings.scss
+0
-0
spec/features/posts_spec.rb
+1
-1
No files found.
app/assets/stylesheets/modules/_settings.
css.
scss
→
app/assets/stylesheets/modules/_settings.scss
View file @
4f1a13ab
File moved
spec/features/posts_spec.rb
View file @
4f1a13ab
...
@@ -20,7 +20,7 @@ describe 'Request via js', js: true do
...
@@ -20,7 +20,7 @@ describe 'Request via js', js: true do
it
'show first post'
do
it
'show first post'
do
page
.
save_screenshot
(
Rails
.
root
.
join
(
'tmp'
,
'screenshots'
,
"a-
#{
Time
.
now
.
strftime
(
'%Y-%m-%d %H%M%S'
)
}
.png"
))
page
.
save_screenshot
(
Rails
.
root
.
join
(
'tmp'
,
'screenshots'
,
"a-
#{
Time
.
now
.
strftime
(
'%Y-%m-%d %H%M%S'
)
}
.png"
))
expect
(
page
.
find
(
'.p
ost-list
:first-child h4'
).
text
).
to
include
(
'java java'
)
expect
(
page
.
find
(
'.p
anel-main .list-group-item
:first-child h4'
).
text
).
to
include
(
'java java'
)
end
end
after
:each
do
after
:each
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