-
Rémy Coutable authored
These examples were testing the case where a feature flag for the feature weas disabled, but licensed features aren't dependent on feature flags so they were always failing on first try. Interestingly, they passed on retry, which might be a side-effect of rspec-retry but they should never have passed. This could be reproduced by ``` bin/rspec './ee/spec/controllers/projects_controller_spec.rb[1:4:6:2:1]' RETRIES=1 bin/rspec './ee/spec/controllers/projects_controller_spec.rb[1:4:6:2:1]' ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
89e3a62a