Skip to content

Commit abe8fe6

Browse files
committed
add puts
1 parent 65c64ee commit abe8fe6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
hello_world = "Hello, World!"
2+
puts hello_world

test/test_ocra.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_abspath
140140
with_fixture "helloworld" do
141141
script_path = File.expand_path("helloworld.rb")
142142
with_tmpdir do
143-
assert system("ruby", ocran, script_path, *(DefaultArgs + ["--debug"]))
143+
assert system("ruby", ocran, script_path, *DefaultArgs)
144144
assert File.exist?("helloworld.exe")
145145
pristine_env "helloworld.exe" do
146146
assert system("helloworld.exe")

0 commit comments

Comments
 (0)