Skip to content

Commit

Permalink
remove deprecated chefspec/server
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Apr 28, 2015
1 parent 4de4516 commit 6952490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Guardfile
@@ -1,5 +1,7 @@
# encoding: utf-8

# Guardfile

guard :rubocop do
watch(/.+\.rb$/)
watch(/(?:.+\/)?\.rubocop\.yml$/) { |m| File.dirname(m[0]) }
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -18,7 +18,6 @@

require 'chefspec'
require 'chefspec/berkshelf'
require 'chefspec/server'
require 'chefspec/cacher'
require 'coveralls'

Expand Down

0 comments on commit 6952490

Please sign in to comment.