Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/cloudspec
Cloud Testing Framework
https://github.com/mefellows/cloudspec
Last synced: 14 days ago
JSON representation
Cloud Testing Framework
- Host: GitHub
- URL: https://github.com/mefellows/cloudspec
- Owner: mefellows
- Created: 2014-04-03T01:46:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T01:53:06.000Z (almost 11 years ago)
- Last Synced: 2024-11-06T16:50:22.405Z (2 months ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CloudSpec
=========CloudSpec is a Testing Framework for your cloud environment.
Example
=======
````describe server('foo') do
it {
// not be able to be communicated with over port 80"
should !portOpen(80)
}
end````