Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
Restyaboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
Restyaboard
Commits
5864bdba
Commit
5864bdba
authored
Aug 31, 2015
by
Tsubasa Namiki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed degrade spec
and modify README.md
parent
1c973405
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+0
-0
service_spec.rb
spec/restyaboard/service_spec.rb
+4
-4
No files found.
README.md
View file @
5864bdba
spec/restyaboard/service_spec.rb
View file @
5864bdba
...
...
@@ -9,19 +9,19 @@ describe port(1234) do
it
{
should
be_listening
}
end
describe
docker_container
(
'docker
restyaboard
_restyaboard_1'
)
do
describe
docker_container
(
'docker
file
_restyaboard_1'
)
do
it
{
should
be_running
}
end
describe
docker_container
(
'docker
restyaboard
_postgres_1'
)
do
describe
docker_container
(
'docker
file
_postgres_1'
)
do
it
{
should
be_running
}
end
describe
docker_container
(
'docker
restyaboard
_elasticsearch_1'
)
do
describe
docker_container
(
'docker
file
_elasticsearch_1'
)
do
it
{
should
be_running
}
end
describe
docker_container
(
'docker
restyaboard
_data00restyaboard_1'
)
do
describe
docker_container
(
'docker
file
_data00restyaboard_1'
)
do
it
{
should
have_volume
(
'/usr/share/nginx/html/media'
,
'/volumes/data00restyaboard'
)
}
it
{
should
have_volume
(
'/var/lib/postgresql/data'
,
'/volumes/data00postgres'
)
}
it
{
should
have_volume
(
'/usr/share/elasticsearch/data'
,
'/volumes/data00elasticsearch'
)
}
...
...
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