lib/light-service-ext/constants.rb in light-service-ext-0.1.1 vs lib/light-service-ext/constants.rb in light-service-ext-0.1.2

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module LightServiceExt module Outcome - COMPLETE = "all_steps_complete" + COMPLETE = :all_steps_complete end end