Sha256: dec56dd980dd086e492482d6cea603234d4a65ce6f3831caeb0ff5a3360a1e13

Contents?: true

Size: 234 Bytes

Versions: 5

Compression:

Stored size: 234 Bytes

Contents

# Some helper utilities used in test classes

class Array
  # We need Array#add in test classes to be able to use Arrays as adjacency lists
  # This is needed to have ordered lists as neigbors in our test graphs.
  alias add push
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
laser-0.7.0.pre2 test/third_party_tests/rgl_tests/test_helper.rb
laser-0.7.0.pre1 test/third_party_tests/rgl_tests/test_helper.rb
rgl-0.4.0 tests/test_helper.rb
rgl-0.3.0 tests/test_helper.rb
rgl-0.3.1 tests/test_helper.rb