summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/indirection_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/indirector/indirection_spec.rb')
-rwxr-xr-xspec/unit/indirector/indirection_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/unit/indirector/indirection_spec.rb b/spec/unit/indirector/indirection_spec.rb
index 8e62e1525..872daad11 100755
--- a/spec/unit/indirector/indirection_spec.rb
+++ b/spec/unit/indirector/indirection_spec.rb
@@ -137,7 +137,7 @@ describe Puppet::Indirector::Indirection do
end
after do
- @indirection.delete if defined? @indirection
+ @indirection.delete if defined?(@indirection)
end
end
@@ -604,7 +604,7 @@ describe Puppet::Indirector::Indirection do
end
after do
- @indirection.delete if defined? @indirection
+ @indirection.delete if defined?(@indirection)
end
end
@@ -638,7 +638,7 @@ describe Puppet::Indirector::Indirection do
end
after do
- @indirection.delete if defined? @indirection
+ @indirection.delete if defined?(@indirection)
end
end
@@ -682,7 +682,7 @@ describe Puppet::Indirector::Indirection do
end
after do
- @indirection.delete if defined? @indirection
+ @indirection.delete if defined?(@indirection)
end
end