We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf839 commit be37859Copy full SHA for be37859
ruby_event_store-rspec/spec/spec_helper.rb
@@ -11,7 +11,7 @@
11
BazEvent = Class.new(RubyEventStore::Event)
12
13
class TestAggregate
14
- include AggregateRoot.with_strategy(-> { AggregateRoot::DefaultApplyStrategy.new(strict: false) })
+ include AggregateRoot.with(strategy: -> { AggregateRoot::DefaultApplyStrategy.new(strict: false) })
15
16
def foo
17
apply(FooEvent.new)
0 commit comments