Skip to content

Commit 6dc7464

Browse files
committed
wip
1 parent dbb8a8d commit 6dc7464

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/system/project_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
allow(file_asset).to receive(:path_only).and_return("path/to/file1.txt")
164164
allow(file_asset).to receive(:size).and_return(100)
165165
allow(file_asset).to receive(:last_modified).and_return(Time.current.in_time_zone("America/New_York").iso8601)
166+
allow(file_asset).to receive(:collection).and_return(false)
166167

167168
files = [file_asset] * (Rails.configuration.project_file_display_limit + 1)
168169
allow(iterator_request).to receive(:result).and_return(

0 commit comments

Comments
 (0)