Skip to content

Commit

Permalink
rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tapsboy committed May 11, 2016
1 parent f87d16c commit 25058aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions spec/classes/nodejs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,8 @@

context 'when running on Windows' do
let :facts do
{ osfamily: 'Windows',
{
osfamily: 'Windows',
operatingsystem: 'Windows',
}
end
Expand Down Expand Up @@ -1162,7 +1163,8 @@

context 'when running on Amazon Linux 2014.09' do
let :facts do
{ osfamily: 'Linux',
{
osfamily: 'Linux',
operatingsystem: 'Amazon',
operatingsystemrelease: '2014.09',
}
Expand Down Expand Up @@ -1426,7 +1428,8 @@
end
context 'when running on Amazon Linux 2015.03' do
let :facts do
{ osfamily: 'RedHat',
{
osfamily: 'RedHat',
operatingsystem: 'Amazon',
operatingsystemrelease: '2015.03',
}
Expand Down

0 comments on commit 25058aa

Please sign in to comment.