Skip to content

Commit 722532c

Browse files
committed
Remove puppetlabs_spec_helper dependency
We cannot use it because it pulls in the puppet gem.
1 parent 5945ab4 commit 722532c

File tree

26 files changed

+0
-52
lines changed

26 files changed

+0
-52
lines changed

bolt-modules/boltlib/Rakefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

bolt-modules/boltlib/spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
RSpec.configure do |c|
1111
c.mock_with :mocha
1212
end
13-
require 'puppetlabs_spec_helper/module_spec_helper'

bolt-modules/ctrl/Rakefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

bolt-modules/ctrl/spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
RSpec.configure do |c|
99
c.mock_with :mocha
1010
end
11-
require 'puppetlabs_spec_helper/module_spec_helper'

bolt-modules/dir/Rakefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

bolt-modules/dir/spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
RSpec.configure do |c|
99
c.mock_with :mocha
1010
end
11-
require 'puppetlabs_spec_helper/module_spec_helper'

bolt-modules/file/Rakefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

bolt-modules/file/spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
RSpec.configure do |c|
99
c.mock_with :mocha
1010
end
11-
require 'puppetlabs_spec_helper/module_spec_helper'

bolt-modules/log/Rakefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

bolt-modules/log/spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010
RSpec.configure do |c|
1111
c.mock_with :mocha
1212
end
13-
require 'puppetlabs_spec_helper/module_spec_helper'

0 commit comments

Comments
 (0)