Shell: Add file system browser to retrieve arbitrary files
This commit is contained in:

committed by
Sebastian Serth

parent
60078701f5
commit
58548555a5
@ -161,7 +161,7 @@ describe FileTree do
|
||||
end
|
||||
|
||||
context 'with leaf nodes' do
|
||||
let(:node) { root.add(Tree::TreeNode.new('')) }
|
||||
let(:node) { root.add(Tree::TreeNode.new('', CodeOcean::File.new)) }
|
||||
|
||||
it 'is a file icon' do
|
||||
expect(file_tree).to receive(:file_icon)
|
||||
|
Reference in New Issue
Block a user