diff --git a/aggregate_root/spec/instrumented_apply_strategy_spec.rb b/aggregate_root/spec/instrumented_apply_strategy_spec.rb index c1ffbd8cef..45b9b71420 100644 --- a/aggregate_root/spec/instrumented_apply_strategy_spec.rb +++ b/aggregate_root/spec/instrumented_apply_strategy_spec.rb @@ -57,7 +57,7 @@ module AggregateRoot expect(instrumented_strategy).not_to respond_to(:arbitrary_method_name) expect do instrumented_strategy.arbitrary_method_name - end.to raise_error(NoMethodError, /undefined method `arbitrary_method_name' for #