Skip to content

Instantly share code, notes, and snippets.

@bassemawhoob
Last active November 17, 2024 17:28
Show Gist options
  • Save bassemawhoob/931c2619a68cd3affc019f34731dbdbd to your computer and use it in GitHub Desktop.
Save bassemawhoob/931c2619a68cd3affc019f34731dbdbd to your computer and use it in GitHub Desktop.
Using FactoryBot in Rails console
# Source: https://stackoverflow.com/questions/18195851/how-do-i-use-factories-from-factorybot-in-rails-console
require 'factory_bot'
include FactoryBot::Syntax::Methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment