Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hfm committed Dec 10, 2018
1 parent 95875c4 commit fdb98cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions spec/classes/client_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
require 'spec_helper'
describe 'stns::client' do
context 'with defaults for all parameters' do
let(:params) do
{
'api_end_point' => :undef,
'auth_token' => :undef,
'user' => :undef,
'password' => :undef,
'wrapper_path' => :undef,
'chain_ssh_wrapper' => :undef,
'ssl_verify' => :undef,
'request_timeout' => :undef,
'request_retry' => :undef,
'http_proxy' => :undef,
'uid_shift' => :undef,
'gid_shift' => :undef,
}
end

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('stns::client') }
end
Expand Down

0 comments on commit fdb98cb

Please sign in to comment.