Daniel Hanson
Daniel Hanson
@marcandre this is slightly off-topic, but how would you feel about having the `length` validator match exact length and create a new validator like `length-range` which would get `length`'s current...
Expected output: ``` Fetching gem metadata from https://rubygems.org/.......... Fetching version metadata from https://rubygems.org/. Resolving dependencies... Using i18n 0.7.0 Using json 1.8.3 Using minitest 5.10.1 Using thread_safe 0.3.5 Using builder 3.2.2...
I've temporarily sidestepped this issue but selectively disabling database cleaner on specs in which this error is present: ``` # spec/support/database_cleaner.rb RSpec.configure do |config| # ... config.before(:each) do DatabaseCleaner.start unless...