Skip to content

Commit

Permalink
Fix rspec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-mueller committed Apr 17, 2016
1 parent 638ccf5 commit 9d8163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
end
it { should contain_class( 'cron::install' ) }
it { should contain_package( 'cron' ).with(
'name' => 'sys-process/vixie-cron'
'name' => 'virtual/cron'
)
}
end
Expand Down

0 comments on commit 9d8163c

Please sign in to comment.