Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions test/ruby/signature/test_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def self.name
instance.foo("", 3, foo: 234) {}
instance.foo
end

puts io.string
end
end
end
Expand Down Expand Up @@ -97,7 +95,6 @@ def self.name
end

refute_empty hook.errors
puts io.string
end
end
end
Expand Down Expand Up @@ -139,7 +136,6 @@ def self.name
}
end

puts io.string
assert_empty hook.errors
ensure
::Object.instance_eval do
Expand Down