Skip to content

Commit

Permalink
Update unit tests for the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hollinger committed Sep 12, 2017
1 parent 5d6a7d9 commit 380cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/autofs_spec.rb
Expand Up @@ -102,7 +102,7 @@
let(:params) { { mounts: mounts } }

it 'is expected to fail' do
is_expected.to compile.and_raise_error(%r{parameter 'mounts' expects a value of type Undef or Hash})
is_expected.to compile.and_raise_error(%r{parameter 'mounts' expects a Hash value})
end
end
end

0 comments on commit 380cdec

Please sign in to comment.