How do I write a spec to check if a new record is created in the database after a successful user signup? Using rspec in Rails 4 with capybara, factorygirl, and database_cleaner gems.
I feel like this situation is common and an answer should be easy to find, but I haven't been able to find one here or via google.