Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefellows/cloudspec

Cloud Testing Framework
https://github.com/mefellows/cloudspec

Last synced: 14 days ago
JSON representation

Cloud Testing Framework

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````