-
- Downloads
Enable all feature flags by default in specs
Otherwise some features would go untested in non-specific contexts I did need to disable the `gitlab_git_diff_size_limit_increase`-feature in some specs since we depend on diffs being expandable while the file we are testing on is smaller than the increased limit.
Showing
- spec/features/merge_requests/conflicts_spec.rb 5 additions, 0 deletionsspec/features/merge_requests/conflicts_spec.rb
- spec/features/projects/diffs/diff_show_spec.rb 4 additions, 0 deletionsspec/features/projects/diffs/diff_show_spec.rb
- spec/lib/gitlab/git/diff_spec.rb 2 additions, 2 deletionsspec/lib/gitlab/git/diff_spec.rb
- spec/spec_helper.rb 3 additions, 0 deletionsspec/spec_helper.rb
- spec/support/stub_feature_flags.rb 8 additions, 0 deletionsspec/support/stub_feature_flags.rb
spec/support/stub_feature_flags.rb
0 → 100644
Please register or sign in to comment