rubyx/test/fragments/test_all.rb
Torsten Ruger e3577d18af fix that silly mistake that made the percentage plummet
mostly due to the fact that object is a hash now,
not array. Took a while though
2015-07-21 19:41:30 +03:00

10 lines
263 B
Ruby

require_relative "test_foo"
require_relative "test_if"
require_relative "test_functions"
require_relative "test_string_class"
require_relative "test_hello"
#require_relative "test_putint"
require_relative "test_recursive_fibo"
require_relative "test_while_fibo"