Closed namick closed 9 years ago
I often switch between using just rspec and rspec -fd. This makes that possible.
rspec
rspec -fd
That's weird.
The call on ::RSpec.reset removes the @configuration instance:
::RSpec.reset
@configuration
So how would rspec remember the old cli arguments?
I've pushed a new version, I couldn't reproduce that bug with that version.
I often switch between using just
rspec
andrspec -fd
. This makes that possible.