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