Skip to content

Commit

Permalink
Merge pull request #4195 from bgeuken/factory_girl
Browse files Browse the repository at this point in the history
[ci] Fix failure caused by factory bot change
  • Loading branch information
bgeuken committed Dec 7, 2017
2 parents eddd7b8 + 88b8a63 commit 2e615f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/spec/factories/kiwi_preference.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FactoryGirl.define do
FactoryBot.define do
factory :kiwi_preference, class: Kiwi::Preference do
version '2.0'
type_image 'docker'
Expand Down

0 comments on commit 2e615f4

Please sign in to comment.