Shared code base to help you write Cloud Foundry integration tests, which involves many CF components.
Submodule this repo in a directory like /vendor and then include a line like this:
require_dir '../vendor/integration-test-support/support/**/*.rb'
in your spec_helper.rb file
Please see an example test in here and spec_helper