Skip to content

Instantly share code, notes, and snippets.

@masayuki038
Created September 20, 2015 13:23
Show Gist options
  • Save masayuki038/cadfa2e9c45b498239b0 to your computer and use it in GitHub Desktop.
Save masayuki038/cadfa2e9c45b498239b0 to your computer and use it in GitHub Desktop.
$ bundle show specinfra
/var/lib/gems/2.2.0/gems/specinfra-2.43.0
$ pry
[1] pry(main)> require 'specinfra'
=> true
[2] pry(main)> require 'specinfra/helper/set'
=> true
[3] pry(main)> include Specinfra::Helper::Set
=> Object
[4] pry(main)> set :backend, :exec
=> :exec
[5] pry(main)> host_inventory['hostname']
=> "82b2db5a2096"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment