lib/convenient_service/rspec/matchers/custom/results/base/errors.rb in convenient_service-0.11.0 vs lib/convenient_service/rspec/matchers/custom/results/base/errors.rb in convenient_service-0.12.0

- old
+ new

@@ -5,10 +5,10 @@ module Matchers module Custom module Results class Base module Errors - class InvalidStep < ConvenientService::Error + class InvalidStep < ::ConvenientService::Error def initialize(step:) message = <<~TEXT Step `#{step}` is NOT valid. `of_step` only accepts a Class or a Symbol. For example: