Skip to content

Commit

Permalink
fix rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jradmacher committed Dec 7, 2018
1 parent 0de1e57 commit 6af4cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/defines/pyvenv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
context("on #{os} ") do
let :facts do
# python3 is required to use pyvenv
facts.merge({
:python3_version => '3.4',
})
facts.merge(
python3_version: '3.4'
)
end
let :title do
'/opt/env'
Expand All @@ -31,6 +31,6 @@
}
end
end
end #context
end # context
end
end

0 comments on commit 6af4cb8

Please sign in to comment.