Skip to content

Commit

Permalink
Rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed May 6, 2018
1 parent 16ce422 commit 00234e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class EventB1 < RubyEventStore::Event
class EventB2 < RubyEventStore::Event
end

RSpec.describe "schema" do
RSpec.describe "legacy schema compatibility" do
include SchemaHelper

def silence_stderr
Expand Down Expand Up @@ -57,7 +57,7 @@ def silence_stderr
expect(read_event.metadata[:foo]).to eq(13)
expect(read_event.metadata[:timestamp]).to be_kind_of(Time)
end

private

let(:client) { RubyEventStore::Client.new(repository: RailsEventStoreActiveRecord::Legacy::EventRepository.new) }
Expand Down

0 comments on commit 00234e0

Please sign in to comment.