Skip to content

Commit

Permalink
(maint) Remove unnecessary OS mocking in tests
Browse files Browse the repository at this point in the history
This commit removes the OS mocking in two spec tests as it is not required.
  • Loading branch information
glennsarti committed Aug 4, 2017
1 parent 161093e commit 1f23674
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/defines/login/permissions_spec.rb
Expand Up @@ -2,7 +2,6 @@
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'manifest_shared_examples.rb'))

describe 'sqlserver::login::permissions' do
let(:facts) { {:osfamily => 'windows'} }
let(:pre_condition) { <<-EOF
define sqlserver::config{}
sqlserver::config {'MSSQLSERVER': }
Expand Down
1 change: 0 additions & 1 deletion spec/defines/user/permissions_spec.rb
Expand Up @@ -2,7 +2,6 @@
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'manifest_shared_examples.rb'))

describe 'sqlserver::user::permissions' do
let(:facts) { {:osfamily => 'windows'} }
let(:pre_condition) { <<-EOF
define sqlserver::config{}
sqlserver::config {'MSSQLSERVER': }
Expand Down

0 comments on commit 1f23674

Please sign in to comment.