You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve RSpec loading and ActiveSupport dependency issues
Major improvements to RSpec test suite:
- Add comprehensive module definitions in lib/a2a/modules.rb to prevent namespace errors
- Fix all inheritance issues (BaseModel, Base classes) with proper namespacing
- Replace Time.zone.now and Time.current with Time.now (remove ActiveSupport dependency)
- Replace .blank? method with Ruby equivalent (remove ActiveSupport dependency)
- Fix Configuration class reference issue
- Add missing health_endpoints.rb require in monitoring.rb
- Remove invalid inheritance from middleware interceptor classes
RSpec now runs successfully with significantly fewer failures.
Tests are loading properly and most namespace issues are resolved.
0 commit comments