deprecating ruby package
to be replaced by vool and mom
This commit is contained in:
19
stash/test_rubyx/fragments/test_loop.rb
Normal file
19
stash/test_rubyx/fragments/test_loop.rb
Normal file
@ -0,0 +1,19 @@
|
||||
require_relative 'helper'
|
||||
|
||||
module Rubyx
|
||||
class TestRubyLoop < MiniTest::Test
|
||||
include RubyxTests
|
||||
|
||||
def pest_ruby_loop
|
||||
@string_input = <<HERE
|
||||
counter = 100000
|
||||
while(counter > 0) do
|
||||
counter -= 1
|
||||
end
|
||||
HERE
|
||||
@stdout = "Hello there"
|
||||
check
|
||||
end
|
||||
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user