thoughtbot/factory_bot

View on GitHub
lib/factory_bot/syntax.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "factory_bot/syntax/methods"
require "factory_bot/syntax/default"

module FactoryBot
  module Syntax
  end
end