We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bffcf1 commit b3f9d75Copy full SHA for b3f9d75
1 file changed
spec/config/datafile_project_config_spec.rb
@@ -1624,7 +1624,7 @@
1624
holdout = config_with_holdouts.holdouts.first
1625
1626
if holdout
1627
- expect(holdout['status']).to be_in(['Running', 'Inactive'])
+ expect(holdout['status']).to be_in(%w[Running Inactive])
1628
expect(holdout).to have_key('audiences')
1629
end
1630
@@ -1679,7 +1679,7 @@
1679
1680
# These holdouts should match all users
1681
holdouts_with_empty_audiences.each do |holdout|
1682
1683
1684
1685
0 commit comments