Skip to content

Commit

Permalink
rubocop spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maage committed Sep 1, 2016
1 parent 031ec1b commit 093485e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/defines/selinux_module_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
end

it do
should contain_selmodule('mymodule')
.with_ensure('absent')
should contain_selmodule('mymodule').with_ensure('absent')
end
end # context
end # describe

0 comments on commit 093485e

Please sign in to comment.