Skip to content

Commit 4d53d31

Browse files
committed
Remove debug print
1 parent 0d5201b commit 4d53d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/ruby_command_line_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Dog
172172

173173
expect($?.success?).to be_falsey
174174
expect(out.downcase).to_not include("syntax ok")
175-
puts out
175+
expect(out).to include("Invalid break")
176176
end
177177
end
178178
end

0 commit comments

Comments
 (0)