Skip to content

Commit

Permalink
fixes spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Snow committed Nov 13, 2014
1 parent 9685011 commit d02b237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/drbd_fresh_install_spec.rb
Expand Up @@ -126,7 +126,7 @@
chef_run.node.normal['drbd']['master'] = true
end
it_should_behave_like 'extended_drbd::drbd_fresh_install'
it_should_behave_like 'drbd_fresh_install - stop file exists'
it_should_behave_like 'drbd_fresh_install - init file exists'
it_should_behave_like 'drbd_fresh_install - no stop file'

it 'should set this node as drbd master once primary attr is set' do
Expand All @@ -150,7 +150,7 @@
chef_run.node.normal['drbd']['master'] = false
end
it_should_behave_like 'extended_drbd::drbd_fresh_install'
it_should_behave_like 'drbd_fresh_install - stop file exists'
it_should_behave_like 'drbd_fresh_install - init file exists'
it_should_behave_like 'drbd_fresh_install - no stop file'
end

Expand Down

0 comments on commit d02b237

Please sign in to comment.