Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Braunger committed Dec 23, 2019
1 parent 2dfdeda commit b35ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/director_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'
describe 'bareos::director' do
let(:pre_condition) { 'class {"::bareos::director::director": password => "password" }' }
let(:pre_condition) { 'include bareos::director::director' }

context 'with default values for all parameters' do
it { is_expected.to compile }
Expand Down

0 comments on commit b35ab32

Please sign in to comment.