thoughtbot/factory_girl

View on GitHub
lib/factory_bot/syntax_runner.rb

Summary

Maintainability
A
0 mins
Test Coverage
module FactoryBot
  # @api private
  class SyntaxRunner
    include Syntax::Methods
  end
end