mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
6 lines
95 B
Ruby
6 lines
95 B
Ruby
module FactoryGirl
|
|
# @api private
|
|
class SyntaxRunner
|
|
include Syntax::Methods
|
|
end
|
|
end
|