aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2021-03-11 18:02:05 +0200
committerGabriel Nagy <gabriel.nagy@puppet.com>2021-03-12 10:42:26 +0200
commit8bb59595df3969e4ca038b6d2502643d38a33550 (patch)
treefa715b429320e5bcde6b4b82697d1a148e890c19 /spec/spec_helper.rb
parent3f0ea225b40f622cb71b3261b132b0e13e5eea94 (diff)
downloadpuppet-augeas_core-8bb59595df3969e4ca038b6d2502643d38a33550.tar.gz
puppet-augeas_core-8bb59595df3969e4ca038b6d2502643d38a33550.tar.bz2
(maint) Switch to rspec-mocks
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index feb5720..29615cd 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -31,6 +31,7 @@ default_facts.each do |fact, value|
end
RSpec.configure do |c|
+ c.mock_with :rspec
c.default_facts = default_facts
c.before :each do
# set to strictest setting for testing