Skip to content

Commit

Permalink
update gems, support rspec 3
Browse files Browse the repository at this point in the history
* Move rspec configuration to .rspec.
* Update berkshelf, chefspec gems in Gemfile

While this commit updates the Gemfile, I don't actually use it - I use
ChefDK on my system.
  • Loading branch information
jtimberman committed Jul 14, 2014
1 parent 628b20e commit 02efde4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--color
--format documentation
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rake'
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'berkshelf', '~> 3.0.0.beta'
gem 'chefspec', '~> 3.2.0'
gem 'berkshelf', '~> 3.1.3'
gem 'chefspec', '~> 4.0.1'
gem 'foodcritic', '~> 3.0.3'
gem 'rubocop', '~> 0.18.0'
gem 'rubocop', '~> 0.18.1'
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
require 'chefspec'
require 'chefspec/berkshelf'

RSpec.configure do |config|
config.color_enabled = true
config.formatter = :documentation
end

0 comments on commit 02efde4

Please sign in to comment.