spec/fixtures/tasks.rb in action_logic-0.2.3 vs spec/fixtures/tasks.rb in action_logic-0.2.4

- old
+ new

@@ -1,9 +1,9 @@ require 'action_logic' require 'fixtures/custom_types' require 'fixtures/constants' - +# :nocov: class SimpleTestTask include ActionLogic::ActionTask def call context.new_attribute = true @@ -282,5 +282,6 @@ def call context.halt!(Constants::HALT_MESSAGE) end end +# :nocov: