Skip to content

Commit

Permalink
(maint) spec naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Sep 9, 2015
1 parent 36dce29 commit b59807a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/classes/install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
}
}

context 'contains install.pp with' do

context 'contains install.pp' do
it { is_expected.to contain_windows_env('chocolatey_ChocolateyInstall_env').with_ensure('present') }
it { is_expected.to contain_windows_env('chocolatey_ChocolateyInstall_env').with_variable('ChocolateyInstall') }
it { is_expected.to contain_windows_env('chocolatey_ChocolateyInstall_env').that_notifies('Exec[install_chocolatey_official]') }
Expand Down

0 comments on commit b59807a

Please sign in to comment.