spec/factories/clients_factory.rb in new_cfoundry-4.9.3 vs spec/factories/clients_factory.rb in new_cfoundry-4.9.4
- old
+ new
@@ -1,7 +1,7 @@
-FactoryGirl.define do
+FactoryBot.define do
factory :client, :class => CFoundry::V2::Client do
initialize_with do
new("http://api.example.com")
end
end
-end
\ No newline at end of file
+end