move quiz faker to new dev utilities location

This commit is contained in:
Mark Moser
2017-03-02 10:36:10 -06:00
parent 3ff03a03ad
commit c4357055d7
4 changed files with 5 additions and 12 deletions

View File

@ -1,10 +0,0 @@
# frozen_string_literal: true
namespace :faker do
desc "Generates 10 fake candidates with results."
task results: :environment do
puts "Not for production use" and return if Rails.env == "production"
faker = FakeQuiz.new
faker.create_completed_quizzes 10
end
end