Skip to content

Commit

Permalink
Testing: Updating fixtures to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Watson committed Jan 31, 2019
1 parent d6d3359 commit 4218590
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ fixtures:
repositories:
stdlib:
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "4.18.0"
ref: "5.2.0"
apt:
repo: "git://github.com/puppetlabs/puppetlabs-apt.git"
ref: "4.1.0"
ref: "6.3.0"
download_file:
repo: "git://github.com/voxpupuli/puppet-download_file"
ref: "v1.2.1"
ref: "v3.2.0"
yumrepo_core:
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
ref: "1.0.3"
Expand Down
10 changes: 6 additions & 4 deletions spec/classes/newrelic_repo_infra_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
context 'OS Family => Debian' do
let(:facts) do
{
'lsbdistcodename' => 'wheezy',
'osfamily' => 'Debian',
'os' => {
'os' => {
'family' => 'Debian',
'name' => 'Debian',
'release' => {
'full' => '7.0',
'full' => '7.0',
'major' => '7',
'minor' => '0',
},
},
'osfamily' => 'Debian',
'lsbdistcodename' => 'wheezy',
}
end

Expand Down
6 changes: 4 additions & 2 deletions spec/classes/newrelic_repo_legacy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
'family' => 'Debian',
'name' => 'Debian',
'release' => {
'full' => '7.0',
'full' => '7.0',
'major' => '7',
'minor' => '0',
},
},
'osfamily' => 'Debian',
'osfamily' => 'Debian',
'lsbdistcodename' => 'wheezy',
}
end
Expand Down

0 comments on commit 4218590

Please sign in to comment.