We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b758127 + d300f75 commit a8eaaa3Copy full SHA for a8eaaa3
lib/split/combined_experiments_helper.rb
@@ -3,7 +3,7 @@ module Split
3
module CombinedExperimentsHelper
4
def ab_combined_test(metric_descriptor, control = nil, *alternatives)
5
return nil unless experiment = find_combined_experiment(metric_descriptor)
6
- raise(Split::InvalidExperimentsFormatError, 'Unable to find experiment #{metric_descriptor} in configuration') if experiment[:combined_experiments].nil?
+ raise(Split::InvalidExperimentsFormatError, "Unable to find experiment #{metric_descriptor} in configuration") if experiment[:combined_experiments].nil?
7
8
alternative = nil
9
weighted_alternatives = nil
0 commit comments