ManageIQ/miq_bot

Services should be lazy loaded

Open

#296 opened on Feb 7, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Ruby (38 forks)auto 404
help wantedpinnedrefactoring

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

Following our Service pattern, all services' gem dependencies should be lazy loaded (they aren't, in the Gemfile)

Requires #290

Contributor guide