We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb8a8d commit 6dc7464Copy full SHA for 6dc7464
1 file changed
spec/system/project_spec.rb
@@ -163,6 +163,7 @@
163
allow(file_asset).to receive(:path_only).and_return("path/to/file1.txt")
164
allow(file_asset).to receive(:size).and_return(100)
165
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)
167
168
files = [file_asset] * (Rails.configuration.project_file_display_limit + 1)
169
allow(iterator_request).to receive(:result).and_return(
0 commit comments