Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Apr 28, 2020
1 parent edd1a86 commit a04c7ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/koine/file_system/adapters/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
adapter.delete_dir(path)
end.to raise_error(NotImplementedError)

expect do
adapter.list_contents(path)
end.to raise_error(NotImplementedError)

expect do
adapter.list(path, recursive: false)
end.to raise_error(NotImplementedError)
Expand Down

0 comments on commit a04c7ef

Please sign in to comment.