Add missing environment to lint task
This commit is contained in:
parent
940a9b30c6
commit
12281282e3
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace :factorybot do
|
||||
desc 'Lint FactoryBot factories'
|
||||
task :lint do |_|
|
||||
task lint: :environment do
|
||||
FactoryBot.lint
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue