Skip to content

Commit 9b86693

Browse files
adz624claude
andcommitted
Fix test to remove hardcoded Mac path
Remove hardcoded /Users/adz/Documents path from xlsx test that was causing CI failures on Linux. The test now only verifies the output exists without writing to a specific file path. Fixes GitHub Actions test failures on all platforms. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 37599ef commit 9b86693

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/export_user_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def amount
4545

4646
describe "#to_xlsx" do
4747
should "will not throw exception" do
48-
File.open('/Users/adz/Documents/xxxx.xlsx', 'wb') {|f| f.write(@export.to_xlsx) }
4948
assert @export.to_xlsx.present?
5049
end
5150
end

0 commit comments

Comments
 (0)