Skip to content

Commit

Permalink
TMP: Print some details
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Nov 10, 2024
1 parent fa65b8d commit 4f130f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/aruba/api/filesystem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
it 'creates an empty file in an existing directory' do
@aruba.touch(name)

warn "File path is #{path}"
warn "File contents is #{File.read path}"
aggregate_failures do
expect(File.size(path)).to eq 0
expect(File.file?(path)).to be true
Expand Down

0 comments on commit 4f130f7

Please sign in to comment.