summaryrefslogtreecommitdiff
path: root/spec/hosts/wrong_os_spec.rb
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2014-04-30 09:31:01 +0200
committerMickaël Canévet <mickael.canevet@camptocamp.com>2014-04-30 09:31:01 +0200
commit2791a33ce95a64a2c72dd124aa3c873a7a19219c (patch)
tree69506b49c714020b30e86688218f57b2b040bb17 /spec/hosts/wrong_os_spec.rb
parent047c275c6aadc1e42558ed95ef0a5dd0535105cf (diff)
Fix unit tests
Diffstat (limited to 'spec/hosts/wrong_os_spec.rb')
-rw-r--r--spec/hosts/wrong_os_spec.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/hosts/wrong_os_spec.rb b/spec/hosts/wrong_os_spec.rb
index 5704ded..4180e81 100644
--- a/spec/hosts/wrong_os_spec.rb
+++ b/spec/hosts/wrong_os_spec.rb
@@ -2,7 +2,11 @@ require 'spec_helper'
describe 'wrong_os' do
let (:facts) { {
- :osfamily => 'MS-DOS'
+ :augeas_lens_dir => :undef,
+ :augeas_ruby_version => :undef,
+ :augeas_test_source => :undef,
+ :augeas_version => :undef,
+ :osfamily => 'MS-DOS',
} }
it 'should fail' do