Drew Long

Results 2 issues of Drew Long

In the ruby 2 version of OpenStruct, serialized objects can have two root keys: `table` and `modifiable`. The second key only seems to appear after an attribute is assigned post-initialization:...

On v2.2.0 of this gem, this config worked fine in my app: ```ruby RSpec.configure do |config| # ... DatabaseCleaner.strategy = :truncation end ``` After upgrading to v2.2.1, my strategy was...