thoughtbot--factory_bot/lib/factory_bot/syntax
Alejandro Dustet f82e40c8c5 Deprecate/Move strategies and callback methods
Why:
These methods are used internally for the functionality of the library
and are subject to change. Therefore shouldn't be part of the public
interface.

This PR:
- Moves the ```register_strategy```, ```register_callback```,
```register_default_factories```, ```register_default_callbacks```
```strategies```, ```callback_names```
and ```strategy_by_name``` methods to the ```FactoryBot::Internal```
class.
- Deprecates the use of ```register_callback``` from the ```FactoryBot```
module.
2019-06-04 20:09:14 -04:00
..
default.rb Deprecate and move to Internal factories methods 2019-06-04 19:39:04 -04:00
methods.rb Deprecate/Move strategies and callback methods 2019-06-04 20:09:14 -04:00