I’ve installed Clearance in my app and also generated the feature specs (rails g clearance:specs
), but when I run them, the test database is not properly cleaned up.
I’ve got database_cleaner installed & configured and all my other tests run just fine, but the spec
./spec/features/clearance/visitor_signs_up_spec.rb
fails because there’s data left over from a previous test. Any ideas as to why that is?