lib/rspec-system/spec_helper.rb in rspec-system-0.3.4 vs lib/rspec-system/spec_helper.rb in rspec-system-0.3.5
- old
+ new
@@ -12,9 +12,11 @@
# This provides a path to save vagrant files
c.add_setting :system_tmp
# Block to execute for environment setup
c.add_setting :system_setup_block
+ # Storage for ssh channels
+ c.add_setting :ssh_channels, :default => {}
def nodeset
Pathname.new(File.join(File.basename(__FILE__), '..', '.nodeset.yml'))
end