Skip to content

Commit

Permalink
Removed deprecated include_class matcher in favour of contain_class
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolja committed Dec 6, 2013
1 parent 7a1d376 commit 7b3e70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/gnupg_init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
let(:facts) {{ :osfamily => system }}
end

it { should include_class('gnupg::install') }
it { should contain_class('gnupg::install') }

describe "gnupg on system #{system}" do

Expand All @@ -44,4 +44,4 @@
end
end
end
end
end

0 comments on commit 7b3e70d

Please sign in to comment.