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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
README.md
README.md
+1
-1
service_spec.rb
spec/restyaboard/service_spec.rb
+5
-6
No files found.
README.md
View file @
5864bdba
...
@@ -68,5 +68,5 @@ bundle exec rake spec
...
@@ -68,5 +68,5 @@ bundle exec rake spec
License
License
------------------------------
------------------------------
[
OSL 3.0
](
LICENSE.txt
)
[
OSL 3.0
](
LICENSE.txt
)
It fits in Restyaboard.
It fits in Restyaboard.
spec/restyaboard/service_spec.rb
View file @
5864bdba
...
@@ -9,20 +9,20 @@ describe port(1234) do
...
@@ -9,20 +9,20 @@ describe port(1234) do
it
{
should
be_listening
}
it
{
should
be_listening
}
end
end
describe
docker_container
(
'docker
restyaboard
_restyaboard_1'
)
do
describe
docker_container
(
'docker
file
_restyaboard_1'
)
do
it
{
should
be_running
}
it
{
should
be_running
}
end
end
describe
docker_container
(
'docker
restyaboard
_postgres_1'
)
do
describe
docker_container
(
'docker
file
_postgres_1'
)
do
it
{
should
be_running
}
it
{
should
be_running
}
end
end
describe
docker_container
(
'docker
restyaboard
_elasticsearch_1'
)
do
describe
docker_container
(
'docker
file
_elasticsearch_1'
)
do
it
{
should
be_running
}
it
{
should
be_running
}
end
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
(
'/usr/share/nginx/html/media'
,
'/volumes/data00restyaboard'
)
}
it
{
should
have_volume
(
'/var/lib/postgresql/data'
,
'/volumes/data00postgres'
)
}
it
{
should
have_volume
(
'/var/lib/postgresql/data'
,
'/volumes/data00postgres'
)
}
it
{
should
have_volume
(
'/usr/share/elasticsearch/data'
,
'/volumes/data00elasticsearch'
)
}
it
{
should
have_volume
(
'/usr/share/elasticsearch/data'
,
'/volumes/data00elasticsearch'
)
}
end
end
\ No newline at end of file
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