Skip to content

Commit 0ec18f0

Browse files
authored
Merge pull request #431 from st0012/silent-context-initialization
Silent the noise created when building Context in tests
2 parents ee068d0 + 27e4274 commit 0ec18f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/irb/test_ruby_lex.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ def build_context(local_variables = nil)
721721
end
722722
end
723723

724+
IRB.conf[:VERBOSE] = false
724725
IRB::Context.new(nil, workspace)
725726
end
726727
end

0 commit comments

Comments
 (0)