diff options
Diffstat (limited to 'spec/rubyspec/library/uri/generic/path_spec.rb')
-rw-r--r-- | spec/rubyspec/library/uri/generic/path_spec.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/rubyspec/library/uri/generic/path_spec.rb b/spec/rubyspec/library/uri/generic/path_spec.rb new file mode 100644 index 0000000000..5ea60b5418 --- /dev/null +++ b/spec/rubyspec/library/uri/generic/path_spec.rb @@ -0,0 +1,10 @@ +require File.expand_path('../../../../spec_helper', __FILE__) +require 'uri' + +describe "URI::Generic#path" do + it "needs to be reviewed for spec completeness" +end + +describe "URI::Generic#path=" do + it "needs to be reviewed for spec completeness" +end |