aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/shared/file/socket.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/shared/file/socket.rb')
-rw-r--r--spec/ruby/shared/file/socket.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ruby/shared/file/socket.rb b/spec/ruby/shared/file/socket.rb
new file mode 100644
index 0000000000..55a1cfd284
--- /dev/null
+++ b/spec/ruby/shared/file/socket.rb
@@ -0,0 +1,3 @@
+describe :file_socket, shared: true do
+ it "accepts an object that has a #to_path method"
+end