spec/factories/applications.rb in fe-1.0.0 vs spec/factories/applications.rb in fe-2.0.0
- old
+ new
@@ -1,6 +1,6 @@
-# Read about factories at https://github.com/thoughtbot/factory_girl
+# Read about factories at https://github.com/thoughtbot/factory_bot
-FactoryGirl.define do
- factory :application, :class => 'Fe::Application' do
+FactoryBot.define do
+ factory :application, class: 'Fe::Application' do
end
end