Skip to content

Commit

Permalink
Add basic tests for nexus::params
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Grimberg <[email protected]>
tykeal committed Oct 1, 2015
1 parent 5c704d3 commit 84b4ffa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/classes/params_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require 'spec_helper'

describe 'nexus::params', :type => :class do

context 'with default params' do
it { should contain_class('nexus::params') }
end
end

# vim: sw=2 ts=2 sts=2 et :

0 comments on commit 84b4ffa

Please sign in to comment.