Add missing environment to lint task

This commit is contained in:
Thor77 2019-05-02 12:04:33 +02:00 committed by Malaber
parent 940a9b30c6
commit 12281282e3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace :factorybot do namespace :factorybot do
desc 'Lint FactoryBot factories' desc 'Lint FactoryBot factories'
task :lint do |_| task lint: :environment do
FactoryBot.lint FactoryBot.lint
end end
end end