GitNexus/gitnexus/test
claude[bot] 8d39532185 test(ruby): add ingestion integration tests for Ruby language support
Adds 8 fixture-driven integration test scenarios modelled after the
existing C/C++ and Python resolver test suites:

- ruby-pkg: require_relative imports, class inheritance (EXTENDS), module
  include (IMPLEMENTS), method detection across 5 files
- ruby-ambiguous: two Handler classes in a/ and b/, require_relative to a/
  disambiguates the EXTENDS target
- ruby-calls: arity-filtered call resolution — write_audit("hello") resolves
  to one.rb (1-param) not zero.rb (0-params) via import-resolved
- ruby-member-calls: obj.method() member call resolves User.save via the
  import map; verifies HAS_METHOD edge
- ruby-mixin-heritage: include / extend / prepend all produce IMPLEMENTS
  edges; no EXTENDS emitted for any mixin form
- ruby-attr-properties: attr_accessor / attr_reader / attr_writer create
  Property nodes with correct accessorType in description
- ruby-receiver-resolution: both User and Repo classes exist with save
  methods; HAS_METHOD verified for each; at least one save call resolved
- ruby-local-shadow: local def save in main.rb shadows the require'd
  utils.rb#save; run → save resolves to same-file definition

Co-authored-by: Gergő Magyar <magyargergo@users.noreply.github.com>
2026-03-13 19:47:23 +00:00
..
fixtures test(ruby): add ingestion integration tests for Ruby language support 2026-03-13 19:47:23 +00:00
helpers test: add integration test coverage and fix KuzuDB fork crashes (#209) 2026-03-08 18:00:45 +00:00
integration test(ruby): add ingestion integration tests for Ruby language support 2026-03-13 19:47:23 +00:00
unit feat: add Ruby language support in parsing tests and loader functionality 2026-03-13 14:58:08 -04:00
utils ci: add macOS to cross-platform test matrix (#208) 2026-03-07 10:38:32 +00:00
global-setup.ts test: add integration test coverage and fix KuzuDB fork crashes (#209) 2026-03-08 18:00:45 +00:00
setup.ts test: add integration test coverage and fix KuzuDB fork crashes (#209) 2026-03-08 18:00:45 +00:00
vitest.d.ts test: add integration test coverage and fix KuzuDB fork crashes (#209) 2026-03-08 18:00:45 +00:00