Skip to content

Commit

Permalink
Add reenable to the seeds file, but doesn't seem to help, even though…
Browse files Browse the repository at this point in the history
… failing spec is after the db:seeds spec
  • Loading branch information
littleforest authored and jmkoni committed Oct 9, 2020
1 parent c483376 commit 3b86542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/seeds/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ContactTypeGroup.destroy_all

Rake::Task['after_party:run'].invoke
Rake::Task['after_party:run'].reenable

logo = CasaOrgLogo.new(
url: "media/src/images/logo.png",
Expand Down

0 comments on commit 3b86542

Please sign in to comment.