Skip to content

Commit

Permalink
expect development_pkg #285
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Mar 29, 2015
1 parent f7ce737 commit 811774e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/modules/mod_auth_openid_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

if %w(debian ubuntu suse opensuse).include?(platform)
%w(automake make g++ apache2-prefork-dev libopkele-dev libopkele3 libtool).each do |package|
%W(automake make g++ #{property[:apache][:devel_package]} libopkele-dev libopkele3 libtool).each do |package|
it "installs package #{package}" do
expect(chef_run).to install_package(package)
end
Expand Down

0 comments on commit 811774e

Please sign in to comment.