Skip to content

Commit

Permalink
Pass all required parameters in test
Browse files Browse the repository at this point in the history
  • Loading branch information
imphil committed Apr 29, 2016
1 parent 39b7d13 commit 4c54f01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/classes/apt_backports_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
:lsbdistid => 'Ubuntu',
:osfamily => 'Debian',
:lsbdistcodename => 'trusty',
:lsbdistrelease => '14.04',
:puppetversion => Puppet.version,
}
end
Expand All @@ -64,6 +65,7 @@
:lsbdistid => 'Ubuntu',
:osfamily => 'Debian',
:lsbdistcodename => 'trusty',
:lsbdistrelease => '14.04',
:puppetversion => Puppet.version,
}
end
Expand Down Expand Up @@ -91,6 +93,7 @@
:lsbdistid => 'Ubuntu',
:osfamily => 'Debian',
:lsbdistcodename => 'trusty',
:lsbdistrelease => '14.04',
:puppetversion => Puppet.version,
}
end
Expand Down Expand Up @@ -201,6 +204,7 @@
:lsbdistid => 'Ubuntu',
:osfamily => 'Debian',
:lsbdistcodename => 'trusty',
:lsbdistrelease => '14.04',
:puppetversion => Puppet.version,
}
end
Expand Down

0 comments on commit 4c54f01

Please sign in to comment.