summaryrefslogtreecommitdiff
path: root/spec/support/lib/chef/resource/one_two_three_four.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/lib/chef/resource/one_two_three_four.rb')
-rw-r--r--spec/support/lib/chef/resource/one_two_three_four.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/lib/chef/resource/one_two_three_four.rb b/spec/support/lib/chef/resource/one_two_three_four.rb
index d46d20d2b5..e46bede0fa 100644
--- a/spec/support/lib/chef/resource/one_two_three_four.rb
+++ b/spec/support/lib/chef/resource/one_two_three_four.rb
@@ -27,7 +27,7 @@ class Chef
end
def something(arg = nil)
- if arg == true or arg == false
+ if arg == true || arg == false
@something = arg
end
@something