Add missing environment to lint task
This commit is contained in:
parent
6d3330cb31
commit
a0703c06b8
|
|
@ -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