Clearance feature specs

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?

@benorenstein - Got any suggestions on this? Thanks…jon

Hi Jon. Nothing jumps out at me.

@jyurek might be able to help here.

@JESii I see your related GitHub issue at DatabaseCleaner not working for Clearance feature spec · Issue #356 · thoughtbot/clearance · GitHub

Let’s work through it there.