Skip to content

Commit

Permalink
modify seeds to require factory_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
shalstein committed Jun 26, 2018
1 parent 6ce9689 commit 1dbe371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "factory_girl_rails"
require "factory_bot_rails"

FactoryBot.create(:user, email: "user@example.com", password: "password")
FactoryBot.create(:user, :admin, email: "admin@example.com", password: "password")
Expand Down

0 comments on commit 1dbe371

Please sign in to comment.