mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move spec/rubyspec to spec/ruby for consistency
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
75bfc6440d
commit
1d15d5f080
4370 changed files with 0 additions and 0 deletions
10
spec/ruby/library/uri/generic/absolute_spec.rb
Normal file
10
spec/ruby/library/uri/generic/absolute_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#absolute" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#absolute?" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/build2_spec.rb
Normal file
6
spec/ruby/library/uri/generic/build2_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic.build2" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/build_spec.rb
Normal file
6
spec/ruby/library/uri/generic/build_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic.build" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/coerce_spec.rb
Normal file
6
spec/ruby/library/uri/generic/coerce_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#coerce" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/component_ary_spec.rb
Normal file
6
spec/ruby/library/uri/generic/component_ary_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#component_ary" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/component_spec.rb
Normal file
10
spec/ruby/library/uri/generic/component_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#component" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic.component" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/default_port_spec.rb
Normal file
10
spec/ruby/library/uri/generic/default_port_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#default_port" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic.default_port" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/eql_spec.rb
Normal file
6
spec/ruby/library/uri/generic/eql_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#eql?" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/equal_value_spec.rb
Normal file
6
spec/ruby/library/uri/generic/equal_value_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#==" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/fragment_spec.rb
Normal file
10
spec/ruby/library/uri/generic/fragment_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#fragment" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#fragment=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/hash_spec.rb
Normal file
6
spec/ruby/library/uri/generic/hash_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#hash" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/hierarchical_spec.rb
Normal file
6
spec/ruby/library/uri/generic/hierarchical_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#hierarchical?" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/host_spec.rb
Normal file
10
spec/ruby/library/uri/generic/host_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#host" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#host=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/inspect_spec.rb
Normal file
6
spec/ruby/library/uri/generic/inspect_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#inspect" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/merge_spec.rb
Normal file
10
spec/ruby/library/uri/generic/merge_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#merge" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#merge!" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/minus_spec.rb
Normal file
6
spec/ruby/library/uri/generic/minus_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#-" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/normalize_spec.rb
Normal file
10
spec/ruby/library/uri/generic/normalize_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#normalize" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#normalize!" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/opaque_spec.rb
Normal file
10
spec/ruby/library/uri/generic/opaque_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#opaque" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#opaque=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/password_spec.rb
Normal file
10
spec/ruby/library/uri/generic/password_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#password" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#password=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/path_spec.rb
Normal file
10
spec/ruby/library/uri/generic/path_spec.rb
Normal file
|
@ -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
|
6
spec/ruby/library/uri/generic/plus_spec.rb
Normal file
6
spec/ruby/library/uri/generic/plus_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#+" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/port_spec.rb
Normal file
10
spec/ruby/library/uri/generic/port_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#port" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#port=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/query_spec.rb
Normal file
10
spec/ruby/library/uri/generic/query_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#query" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#query=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/registry_spec.rb
Normal file
10
spec/ruby/library/uri/generic/registry_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#registry" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#registry=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/relative_spec.rb
Normal file
6
spec/ruby/library/uri/generic/relative_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#relative?" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/route_from_spec.rb
Normal file
6
spec/ruby/library/uri/generic/route_from_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#route_from" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/route_to_spec.rb
Normal file
6
spec/ruby/library/uri/generic/route_to_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#route_to" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/scheme_spec.rb
Normal file
10
spec/ruby/library/uri/generic/scheme_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#scheme" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#scheme=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/select_spec.rb
Normal file
6
spec/ruby/library/uri/generic/select_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#select" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_fragment_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_fragment_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_fragment" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_host_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_host_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_host" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_opaque_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_opaque_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_opaque" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_password_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_password_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_password" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_path_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_path_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_path" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_port_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_port_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_port" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_query_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_query_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_query" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_registry_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_registry_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_registry" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_scheme_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_scheme_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_scheme" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_user_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_user_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_user" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/set_userinfo_spec.rb
Normal file
6
spec/ruby/library/uri/generic/set_userinfo_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#set_userinfo" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/to_s_spec.rb
Normal file
6
spec/ruby/library/uri/generic/to_s_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#to_s" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
6
spec/ruby/library/uri/generic/use_registry_spec.rb
Normal file
6
spec/ruby/library/uri/generic/use_registry_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic.use_registry" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/user_spec.rb
Normal file
10
spec/ruby/library/uri/generic/user_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#user" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#user=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
10
spec/ruby/library/uri/generic/userinfo_spec.rb
Normal file
10
spec/ruby/library/uri/generic/userinfo_spec.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require 'uri'
|
||||
|
||||
describe "URI::Generic#userinfo" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
||||
|
||||
describe "URI::Generic#userinfo=" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue