deprecating ruby package
to be replaced by vool and mom
This commit is contained in:
22
stash/test_rubyx/fragments/test_many_itos.rb
Normal file
22
stash/test_rubyx/fragments/test_many_itos.rb
Normal file
@ -0,0 +1,22 @@
|
||||
require_relative 'helper'
|
||||
|
||||
module Rubyx
|
||||
class TestManyItos < MiniTest::Test
|
||||
include RubyxTests
|
||||
|
||||
def pest_ruby_itos_looping
|
||||
@string_input = <<HERE
|
||||
counter = 100000
|
||||
|
||||
while(counter > 0) do
|
||||
str = counter.to_s
|
||||
counter = counter - 1
|
||||
end
|
||||
str
|
||||
HERE
|
||||
@length = 37
|
||||
@stdout = "Hello Raisa, I am rubyx"
|
||||
check
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user