-
- Downloads
There was a problem fetching the pipeline summary.
Refactor cycle analytics specs.
1. Generalise the specs that will be common across all cycle analytics phases. 2. Rewrite specs `issue` and `plan` to use this abstracted testing strategy. 3. Specs that are specific to a given phase, or unwieldy to test in an abstracted manner, are added to each phase's spec.
parent
0f748605
No related branches found
No related tags found
Pipeline #
Showing
- spec/models/cycle_analytics/issue_spec.rb 15 additions, 70 deletionsspec/models/cycle_analytics/issue_spec.rb
- spec/models/cycle_analytics/plan_spec.rb 22 additions, 110 deletionsspec/models/cycle_analytics/plan_spec.rb
- spec/support/cycle_analytics_helpers.rb 96 additions, 0 deletionsspec/support/cycle_analytics_helpers.rb
spec/support/cycle_analytics_helpers.rb
0 → 100644
Please register or sign in to comment