Skip to content

Commit 901c6ed

Browse files
committedDec 27, 2021
Prettify code
1 parent 28db103 commit 901c6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/lib/administrate/field/carrierwave_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
let(:cw_file) do
1111
double 'CW with file', model: model, file: file, version_exists?: true,
12-
filename: 'file.txt', path: '/path/to/file'
12+
filename: 'file.txt', path: '/path/to/file'
1313
end
1414
let(:cw_no_file) do
1515
double 'CW without file', model: model, file: nil, version_exists?: true

0 commit comments

Comments
 (0)
Please sign in to comment.