Minor refactor of epic request spec
What does this MR do and why?
Argument adjustments can handled by GraphqlHelpers
, so let it do that.
Also change the file name from epic_resolver_spec.rb
to epics_spec.rb
. This is more consistent with our request specs, and since we're testing querying multiple epics, we should use the plural as we do for other specs.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.