From 58b9899406be21edb46b0801065b20594b6f041e Mon Sep 17 00:00:00 2001 From: Julian Herrero Date: Fri, 5 Apr 2019 13:07:11 +0200 Subject: [PATCH] Require conflicting dependencies spec/lib/tasks/dev_seed_spec.rb:8 This test was failing and we could see messages like: db/dev_seeds/polls.rb:147: warning: toplevel constant Answer referenced by Poll::Answer Resulting in the error: rake db:dev_seed seeds the database without errors Failure/Error: expect { run_rake_task }.not_to raise_error expected no Exception, got #