summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/file/stat/writable_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/file/stat/writable_spec.rb')
-rw-r--r--spec/rubyspec/core/file/stat/writable_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/rubyspec/core/file/stat/writable_spec.rb b/spec/rubyspec/core/file/stat/writable_spec.rb
deleted file mode 100644
index b720e59f81..0000000000
--- a/spec/rubyspec/core/file/stat/writable_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
-require File.expand_path('../../../../shared/file/writable', __FILE__)
-require File.expand_path('../fixtures/classes', __FILE__)
-
-describe "File::Stat#writable?" do
- it_behaves_like :file_writable, :writable?, FileStat
-end