We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update FactoryBot syntax
Updated How to: Use test factories (markdown)
Change FactoryGirl references to FactoryBot
Call join on the Rails.root, no need for File.join
Correct mime type for JPEG
Rack::Test::UploadedFile.new return a instance of 'text/plain' type by default, should set the correct type if content_type_whitelist is defined in uploader
Update fabrication file attachment example
Remove Sham from Machinist example b/c not supported in Machinist 2.
new FactoryGirl API
Updated How to: Use test fixtures (markdown)