Skip to content

Commit

Permalink
Fix deprecated use of FactoryBot attr without block
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Mar 27, 2020
1 parent 39fa074 commit 2b439f7
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
Expand Up @@ -31,7 +31,7 @@
url { Faker::Internet.url }
closed { [false, true].sample }
wifi { [true, false].sample }
access_notes Faker::Lorem.paragraph
access_notes { Faker::Lorem.paragraph }

trait :with_events do
after(:create) do |seed_venue|
Expand Down

0 comments on commit 2b439f7

Please sign in to comment.