-
- Downloads
Merge branch 'dynamic-build-fixture' into 'master'
Create dynamic fixture for build_spec ## What does this MR do? Replace `spec/javascripts/fixtures/build.html.haml` by a dynamically created fixture (using `rake teaspoon:fixtures`). ## Why was this MR needed? The existing fixture was not representing the real page. ## What are the relevant issue numbers? #24614 would have been avoided following !6059 See merge request !7589
No related branches found
No related tags found
Showing
- changelogs/unreleased/create-dynamic-fixture-for-build_spec.yml 4 additions, 0 deletions...logs/unreleased/create-dynamic-fixture-for-build_spec.yml
- spec/javascripts/build_spec.js.es6 136 additions, 143 deletionsspec/javascripts/build_spec.js.es6
- spec/javascripts/fixtures/build.html.haml 0 additions, 62 deletionsspec/javascripts/fixtures/build.html.haml
- spec/javascripts/fixtures/builds.rb 33 additions, 0 deletionsspec/javascripts/fixtures/builds.rb
- spec/javascripts/fixtures/issues.rb 2 additions, 1 deletionspec/javascripts/fixtures/issues.rb
- spec/javascripts/issue_spec.js 1 addition, 1 deletionspec/javascripts/issue_spec.js
- spec/javascripts/spec_helper.js 5 additions, 0 deletionsspec/javascripts/spec_helper.js
- spec/support/javascript_fixtures_helpers.rb 6 additions, 1 deletionspec/support/javascript_fixtures_helpers.rb
spec/javascripts/fixtures/builds.rb
0 → 100644
Please register or sign in to comment