OSDN Git Service

t#30322:create provider license import func
[pettanr/pettanr.git] / spec / factories.rb
index 5c940d9..2fe602a 100644 (file)
@@ -243,4 +243,10 @@ FactoryGirl.define do
     demander_status.receive_hour1 nil
     demander_status.receive_hour2 nil
   end
+
+  factory :provider_license, :class => ProviderLicense do |provider_license|
+    provider_license.provider_id nil
+    provider_license.providers_license_id nil
+    provider_license.demanders_license_id nil
+  end
 end