spec/factories/erbit.rb in bootstrap_leather-0.10.11 vs spec/factories/erbit.rb in bootstrap_leather-0.10.13
- old
+ new
@@ -1,5 +1,5 @@
-FactoryGirl.define do
+FactoryBot.define do
factory :erbit do
name { Faker::Name.name }
description { Faker::Lorem.sentence }
end
end