Skip to content

Commit

Permalink
factory_bot not factory_girl
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed May 3, 2024
1 parent 98dceeb commit 952424b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :development do
end

group :test do
gem 'factory_girl', '> 4.1.0'
gem 'factory_bot'
gem 'tailor', '~> 1.1.2'
gem 'cane', '~> 2.3.0'
gem 'codecov'
Expand Down
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require_relative './simplecov_init'
require 'factory_girl'
require 'factory_bot'
require 'erubis'
require 'active_support/all'
require 'mongoid'
Expand All @@ -23,7 +23,7 @@
require 'bundler/setup'

Mongoid.load!('config/mongoid.yml', :test)
FactoryGirl.find_definitions
FactoryBot.find_definitions

class Minitest::Test
extend Minitest::Spec::DSL
Expand Down

0 comments on commit 952424b

Please sign in to comment.