1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/lib/factory_girl/syntax_runner.rb
2012-05-05 02:31:31 -04:00

6 lines
95 B
Ruby

module FactoryGirl
# @api private
class SyntaxRunner
include Syntax::Methods
end
end