Add missing environment to lint task

This commit is contained in:
Thor77 2019-05-02 12:04:33 +02:00 committed by Malaber
parent 2c9346cf7d
commit 1759e9ea02
1 changed files with 1 additions and 1 deletions

View File

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