summaryrefslogtreecommitdiff
path: root/spec/support/lib/chef/resource/cat.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/lib/chef/resource/cat.rb')
-rw-r--r--spec/support/lib/chef/resource/cat.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/lib/chef/resource/cat.rb b/spec/support/lib/chef/resource/cat.rb
index 44acddb653..94190e1f5b 100644
--- a/spec/support/lib/chef/resource/cat.rb
+++ b/spec/support/lib/chef/resource/cat.rb
@@ -22,12 +22,12 @@ class Chef
attr_accessor :action
- def initialize(name, run_context=nil)
+ def initialize(name, run_context = nil)
super
@action = "sell"
end
- def pretty_kitty(arg=nil)
+ def pretty_kitty(arg = nil)
if arg == true or arg == false
@pretty_kitty = arg
end