We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix typo
remove small typo
FactoryBot seems to add unnecessary complexity for beginners so I include it as separate piece
Bump RSpec.configure indentation from 4 spaces to 2
using dynamic attributes over static attributes in FactoryBot
update FactoryGirl wiki link to reference FactoryBot wiki
FactoryGirl was changed to FactoryBot in recent versions.
Updated How To: Test with Capybara (markdown)
Remove unnecessary `Warden.test_mode!`
Adding a mention of an exact MySQL error I was getting, in hopes that Google will use this wiki in search results for the error.
after example hook for reset
added detail about where to put the Warden test setup
needs specificity
Add more up-to-date links for Poltergeist
Added is_active to FactoryGirl example
how to make a FactoryGirl factory for those unfamiliar with the practice.
add poltergeist not logging in user
Updated the class to the latest version of factory girl
added instructions for 'confirmable' module (would have saved me hours...), fixed typo
adding in specific code needed to get things working when using Capybara with Selenium driver
Adding note about a user resource needs to be passed into login_as