- Replace hardcoded timestamps with regex patterns in integration tests - Use dynamic file discovery instead of exact filenames in unit tests - Change timestamp pattern from specific values to \d{10} regex for 10-digit unix timestamps - Update backup file assertions to use Dir.glob and pattern matching - Ensure tests are robust across different execution environments and times This resolves intermittent test failures caused by timestamp variations between test runs and different execution contexts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
spec | ||
.rspec | ||
app.rb | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
TESTING.md |