Skip to content

Commit

Permalink
gitignore changes
Browse files Browse the repository at this point in the history
Signed-off-by: Hedgehog <hedgehogshiatus@gmail.com>
  • Loading branch information
hedgehog committed Mar 24, 2011
1 parent 4c69115 commit 52e5c93
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ pkg
# jeweler generated
*.gem

# Feature file generated
ckbk

# Aruba generated
tmp

# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
#
# * Create a file at ~/.gitignore
Expand Down
16 changes: 16 additions & 0 deletions examples/chef/features/support/env.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
require 'bundler'
begin
Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
$stderr.puts e.message
$stderr.puts "Run `bundle install` to install missing gems"
exit e.status_code
end

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
require 'cuken/ssh'
require 'cuken/cmd'
require 'cuken/file'
require 'cuken/chef'

require 'rspec/expectations'

0 comments on commit 52e5c93

Please sign in to comment.