Skip to content

Commit

Permalink
Add missing root_home to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Feb 5, 2015
1 parent dfd306e commit 729b317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/classes/system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# assume RVM is already installed
let(:facts) {{
:rvm_version => '1.10.0',
:path => '/bin'
:path => '/bin',
:root_home => '/root'
}}

context "default parameters", :compile do
Expand Down

0 comments on commit 729b317

Please sign in to comment.