Skip to content

Commit

Permalink
typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored Jun 23, 2016
1 parent 9ff0991 commit a636530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/nginx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('nginx') }
it { is_expected.to contain_anchor('nginx::begin') }
it { is_expected.to contain_class('nginx::package')that_requires('Anchor[nginx::begin]') }
it { is_expected.to contain_class('nginx::package').that_requires('Anchor[nginx::begin]') }
it { is_expected.to contain_class('nginx::config').that_requires('Class[nginx::package]') }
it { is_expected.to contain_class('nginx::service').that_subscribes_to('Anchor[nginx::begin]') }
it { is_expected.to contain_class('nginx::service').that_subscribes_to('Class[nginx::package]') }
Expand Down

0 comments on commit a636530

Please sign in to comment.