borutus 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- module FactoryGirlHelpers
2
- def self.reload
3
- FactoryGirl.factories.clear()
4
- FactoryGirl.sequences.clear()
5
- FactoryGirl.traits.clear()
6
- FactoryGirl.find_definitions()
7
- end
8
- end