envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

RSpec config update #188

Closed orien closed 6 years ago

orien commented 6 years ago

Regenerate the spec_helper and .rspec files using the command:

rspec --init

This provides recommended options and prepares defaults for the next major release.

orien commented 6 years ago

@twe4ked: Regarding the comments. For generated files, I tend to leave modifications to a minimum. I find this eases maintenance, especially when it comes time to upgrade to a later version.