Skip to content

Instantly share code, notes, and snippets.

@waysidekoi
Created June 30, 2015 18:01
Show Gist options
  • Save waysidekoi/9897eea4c84314c216ec to your computer and use it in GitHub Desktop.
Save waysidekoi/9897eea4c84314c216ec to your computer and use it in GitHub Desktop.
Failed test on platform-all - spec/lib
1) PlatformAll::IntegrationEnvironment given an integration environment instantiated with client, environment, and account #prepare! bootstraps vm, checks out dependencies, and bootstraps client data
Failure/Error: subject.prepare!
RuntimeError:
Benzo tried to reach outside of the specs with: git clone, {":repo"=>"git@github.com:mdx-dev/platform-provisioning.git", ":local_path"=>"/Users/wyang/code/platform-all/dependencies/platform-provisioning"}! and you didn't tag your example group as integration
# ./spec/support/default_stubs.rb:6:in `block (3 levels) in <top (required)>'
# ./lib/platform_all/dependency_getter.rb:19:in `clone!'
# ./lib/platform_all.rb:31:in `block in checkout_all_dependencies!'
# ./lib/platform_all/repository_list.rb:15:in `block in each'
# ./lib/platform_all/repository_list.rb:14:in `each'
# ./lib/platform_all/repository_list.rb:14:in `each'
# ./lib/platform_all.rb:30:in `checkout_all_dependencies!'
# ./lib/platform_all/integration_environment.rb:95:in `deploy_apps!'
# ./lib/platform_all/integration_environment.rb:35:in `prepare!'
# ./spec/lib/platform_all/integration_environment_spec.rb:89:in `block (4 levels) in <module:PlatformAll>'
Finished in 0.25952 seconds (files took 2.53 seconds to load)
76 examples, 1 failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment