Skip to content

Commit

Permalink
#66, fix rake
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Oct 2, 2015
1 parent 70b5a24 commit b8f9d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
require 'chefspec/berkshelf'

RSpec.configure do |config|
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
# config.filter_run :focus

Expand Down
2 changes: 1 addition & 1 deletion spec/unit/recipes/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
require 'spec_helper'

describe 'solrcloud::user' do
let(:chef_run) { ChefSpec::Runner.new(:platform => 'ubuntu', :version => '12.04').converge(described_recipe) }
let(:chef_run) { ChefSpec::ServerRunner.new(:platform => 'ubuntu', :version => '12.04').converge(described_recipe) }

it 'adds group solr' do
expect(chef_run).to create_group('solr')
Expand Down

0 comments on commit b8f9d90

Please sign in to comment.