-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
# TODO for Dockerspec | ||
|
||
* [ ] Integrate with [Inspec](https://www.chef.io/inspec/). | ||
* [x] Integrate with [Infrataster](https://github.com/ryotarai/infrataster). | ||
* [x] Support Docker Compose. | ||
* [ ] Test resources for built images supported inside `docker_compose`. | ||
* [ ] Add `docker_context`, `docker_describe` to avoid starting all containers at the same time. | ||
* [ ] Add a Runner logger. | ||
* [ ] Create `stub_*` methods for unit tests. | ||
* [x] Add integration tests for Runner without Serverspec. | ||
* [x] Add a Capybara test example. | ||
* [x] Fix `:env` with docker_run and Serverspec. | ||
* [x] `have_expose` with int allowed | ||
* [x] Add `described_image` helper for `docker_run`. | ||
* [x] Rename the event methods in the Engines to be more clear. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ module Dockerspec | |
# | ||
# Dockerspec Ruby Gem version. | ||
# | ||
VERSION = '0.3.0.dev'.freeze | ||
VERSION = '0.3.0'.freeze | ||
end |