This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
thoughtbot--factory_bot
Watch
1
Star
0
Fork
You've already forked thoughtbot--factory_bot
0
mirror of
https://github.com/thoughtbot/factory_bot.git
synced
2022-11-09 11:43:51 -05:00
Code
Releases
Activity
ec71611954
thoughtbot--factory_bot
/
lib
/
factory_bot
/
syntax_runner.rb
7 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
Replace 'girl' with 'bot' everywhere (#1051) Also: add a deprecation warning to factory_girl, asking users to switch to factory_bot https://github.com/thoughtbot/factory_girl/issues/921
2017-10-20 15:20:28 -04:00
module
FactoryBot
Clean up documentation
2012-05-05 02:31:31 -04:00
# @api private
Implicitly call FactoryGirl's syntax methods from dynamic attributes
2012-04-19 21:34:47 -04:00
class
SyntaxRunner
include
Syntax
::
Methods
end
end
Copy permalink