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