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

7 lines
95 B
Ruby
Raw Normal View History

module FactoryGirl
2012-05-05 02:31:31 -04:00
# @api private
class SyntaxRunner
include Syntax::Methods
end
end