Add missing environment to lint task
This commit is contained in:
parent
2c9346cf7d
commit
1759e9ea02
|
|
@ -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