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
Introduce .rspec config and drop RUBYOPT=-w from CI workflows
Mirror the `.rspec` from rsim/oracle-enhanced:
--force-color
--backtrace
--require spec_helper
--warnings
The `--warnings` flag replaces the per-workflow `RUBYOPT=-w` prefix on
`bundle exec rspec`, so the same warning surface is now driven from a
single project-level file rather than seven workflow scripts plus one
workflow-level env block in devcontainer.yml. `--force-color` and
`--backtrace` make CI logs (and local runs) more debuggable;
`--require spec_helper` lets individual specs skip the require eventually.
No spec changes; spec/plsql/procedure_spec.rb stays green
(195 examples, 0 failures, 1 pre-existing pending) and no new warnings
are emitted with `--warnings` on.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments