spec/factories/call.rb in basecrm-1.3.5 vs spec/factories/call.rb in basecrm-1.3.6
- old
+ new
@@ -1,7 +1,7 @@
require 'securerandom'
-FactoryGirl.define do
+FactoryBot.define do
factory :call, class: BaseCRM::Call do
summary { "Schedule another call." }
recording_url { "https://api.twilio.com/2010-04-01/Accounts/hAkjsahhd719e/Recordings/RKOHurusajda" }
duration { 44 }