Skip to content

Commit

Permalink
add spec helper to fix rake default task error
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaselwanter committed Jun 22, 2014
1 parent e36f088 commit 8b3cfe1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# encoding: utf-8

require 'chefspec'
require 'chefspec/berkshelf'

0 comments on commit 8b3cfe1

Please sign in to comment.