Skip to content

Instantly share code, notes, and snippets.

@Afterglow
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Afterglow/f9ffec87fa458605eb41 to your computer and use it in GitHub Desktop.
Save Afterglow/f9ffec87fa458605eb41 to your computer and use it in GitHub Desktop.
Infrataster spec helper
require 'infrataster/rspec'
require 'infrataster-plugin-chef'
Infrataster::ChefServer.define(
'server1',
'192.168.20.10',
chefnode: File.expand_path('provision/repo/nodes/server1.json'),
vagrant: true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment