Skip to content

Conversation

@mostlyobvious
Copy link
Member

@mostlyobvious mostlyobvious commented Aug 31, 2017

Before

  Running basic tests - beware: this won't guarantee build pass
  ...........

  Finished in 0.01105 seconds (files took 0.14375 seconds to load)
  11 examples, 0 failures

  Running basic tests - beware: this won't guarantee build pass
  ...........................................................................................................

  Finished in 0.04064 seconds (files took 0.13198 seconds to load)
  107 examples, 0 failures

  Running basic tests - beware: this won't guarantee build pass
  /Users/pawel/Code/rails_event_store/rails_event_store/spec/request_metadata_spec.rb:5: warning: already initialized constant RailsEventStore::DummyEvent
  /Users/pawel/Code/rails_event_store/rails_event_store/spec/middleware_integration_spec.rb:8: warning: previous definition of DummyEvent was here
  ....................

  Finished in 0.38375 seconds (files took 0.52012 seconds to load)
  20 examples, 0 failures

  Running basic tests - beware: this won't guarantee build pass

  RailsEventStoreActiveRecord::EventRepository
    initialize with adapter
    provide own event implementation
    behaves like event_repository
      what you get is what you gave
      reads all stream events forward & backward
      has or has not domain event
      reads batch of events from all streams forward & backward
      data attributes are retrieved
      does not have deleted streams
      metadata attributes are retrieved
      knows last event in stream
      created event is stored in given stream
      just created is empty
      reads batch of events from stream forward & backward

  RailsEventStoreActiveRecord::MigrationGenerator
        create  b.migrate.20160809222222_create_event_store_events.rb
    should match /ActiveRecord::Migration$/
        create  b.migrate.20160809222222_create_event_store_events.rb
    should match /ActiveRecord::Migration\[4\.2\]$/

  Finished in 0.26362 seconds (files took 0.47256 seconds to load)
  15 examples, 0 failures

  Randomized with seed 63510

After

  Running basic tests - beware: this won't guarantee build pass
  ...........

  Finished in 0.01031 seconds (files took 0.14748 seconds to load)
  11 examples, 0 failures

  Running basic tests - beware: this won't guarantee build pass
  ...........................................................................................................

  Finished in 0.03983 seconds (files took 0.13299 seconds to load)
  107 examples, 0 failures

  Running basic tests - beware: this won't guarantee build pass
  ....................

  Finished in 0.45222 seconds (files took 0.52036 seconds to load)
  20 examples, 0 failures

  Running basic tests - beware: this won't guarantee build pass
  ...............

  Finished in 0.22681 seconds (files took 0.48252 seconds to load)
  15 examples, 0 failures

  Randomized with seed 45421

@mpraglowski mpraglowski merged commit 65e8007 into master Sep 1, 2017
@mpraglowski mpraglowski deleted the one-rspec-format branch September 1, 2017 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants