Commit ed1f548

mo <mokha@cisco.com>
2017-06-13 23:49:10
scratch head.
1 parent 41a35d3
Changed files (1)
spec/sum_in_range_spec.rb
@@ -37,7 +37,12 @@ An integer that is the sum of all of the sums gotten from querying nums, taken m
 DOC
 
 describe "sum_in_range" do
+  MODULO = (10 ** 9) + 7
+
   def sum_in_range(numbers, queries)
+    [[3 + -2], [-2 + 2], [3, 2]]
+    [[1], [0], [5]]
+    [6]
     0
   end