summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/resource_action_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/recipes/resource_action_spec.rb')
-rw-r--r--spec/integration/recipes/resource_action_spec.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/spec/integration/recipes/resource_action_spec.rb b/spec/integration/recipes/resource_action_spec.rb
index 9bfe86c74e..e196d9559b 100644
--- a/spec/integration/recipes/resource_action_spec.rb
+++ b/spec/integration/recipes/resource_action_spec.rb
@@ -177,9 +177,8 @@ module ResourceActionSpec
end
class <<self
- attr_accessor :ran_action
- attr_accessor :succeeded
- attr_accessor :ruby_block_converged
+ attr_accessor :ran_action, :succeeded, :ruby_block_converged
+
end
action :access_recipe_dsl do
@@ -281,8 +280,8 @@ module ResourceActionSpec
@bar
end
class <<self
- attr_accessor :load_current_resource_ran
- attr_accessor :jackalope_ran
+ attr_accessor :load_current_resource_ran, :jackalope_ran
+
end
action :access_jackalope do
ActionJackalope.jackalope_ran = :access_jackalope