summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-01 17:25:48 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-01 17:25:48 +0000
commit630e4fc5953bd5ccb8c1fc436dc8b6ae870e7b59 (patch)
treeaeb38cececd75c9c56e343767d2ab80595a002bd /spec
parent59609c547d7990ac092b0219d273bdbf10bbd4f6 (diff)
Remove empty files in drb specs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/rubyspec/library/drb/config_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/current_server_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/__drbref_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/__drburi_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/_dump_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/_load_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/eql_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/equal_value_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/hash_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/method_missing_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/new_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/new_with_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/new_with_uri_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/prepare_backtrace_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/pretty_print_cycle_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/pretty_print_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/respond_to_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/drbobject/with_friend_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/fetch_server_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/front_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/here_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/install_acl_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/install_id_conv_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/primary_server_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/regist_server_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/remove_server_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/thread_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/to_id_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/to_obj_spec.rb1
-rw-r--r--spec/rubyspec/library/drb/uri_spec.rb1
30 files changed, 0 insertions, 30 deletions
diff --git a/spec/rubyspec/library/drb/config_spec.rb b/spec/rubyspec/library/drb/config_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/config_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/current_server_spec.rb b/spec/rubyspec/library/drb/current_server_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/current_server_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/__drbref_spec.rb b/spec/rubyspec/library/drb/drbobject/__drbref_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/__drbref_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/__drburi_spec.rb b/spec/rubyspec/library/drb/drbobject/__drburi_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/__drburi_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/_dump_spec.rb b/spec/rubyspec/library/drb/drbobject/_dump_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/_dump_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/_load_spec.rb b/spec/rubyspec/library/drb/drbobject/_load_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/_load_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/eql_spec.rb b/spec/rubyspec/library/drb/drbobject/eql_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/eql_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/equal_value_spec.rb b/spec/rubyspec/library/drb/drbobject/equal_value_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/equal_value_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/hash_spec.rb b/spec/rubyspec/library/drb/drbobject/hash_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/hash_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/method_missing_spec.rb b/spec/rubyspec/library/drb/drbobject/method_missing_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/method_missing_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/new_spec.rb b/spec/rubyspec/library/drb/drbobject/new_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/new_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/new_with_spec.rb b/spec/rubyspec/library/drb/drbobject/new_with_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/new_with_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/new_with_uri_spec.rb b/spec/rubyspec/library/drb/drbobject/new_with_uri_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/new_with_uri_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/prepare_backtrace_spec.rb b/spec/rubyspec/library/drb/drbobject/prepare_backtrace_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/prepare_backtrace_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/pretty_print_cycle_spec.rb b/spec/rubyspec/library/drb/drbobject/pretty_print_cycle_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/pretty_print_cycle_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/pretty_print_spec.rb b/spec/rubyspec/library/drb/drbobject/pretty_print_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/pretty_print_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/respond_to_spec.rb b/spec/rubyspec/library/drb/drbobject/respond_to_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/respond_to_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/drbobject/with_friend_spec.rb b/spec/rubyspec/library/drb/drbobject/with_friend_spec.rb
deleted file mode 100644
index 6a4c1dadb4..0000000000
--- a/spec/rubyspec/library/drb/drbobject/with_friend_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/fetch_server_spec.rb b/spec/rubyspec/library/drb/fetch_server_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/fetch_server_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/front_spec.rb b/spec/rubyspec/library/drb/front_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/front_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/here_spec.rb b/spec/rubyspec/library/drb/here_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/here_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/install_acl_spec.rb b/spec/rubyspec/library/drb/install_acl_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/install_acl_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/install_id_conv_spec.rb b/spec/rubyspec/library/drb/install_id_conv_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/install_id_conv_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/primary_server_spec.rb b/spec/rubyspec/library/drb/primary_server_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/primary_server_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/regist_server_spec.rb b/spec/rubyspec/library/drb/regist_server_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/regist_server_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/remove_server_spec.rb b/spec/rubyspec/library/drb/remove_server_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/remove_server_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/thread_spec.rb b/spec/rubyspec/library/drb/thread_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/thread_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/to_id_spec.rb b/spec/rubyspec/library/drb/to_id_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/to_id_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/to_obj_spec.rb b/spec/rubyspec/library/drb/to_obj_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/to_obj_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
diff --git a/spec/rubyspec/library/drb/uri_spec.rb b/spec/rubyspec/library/drb/uri_spec.rb
deleted file mode 100644
index 14fb93ef07..0000000000
--- a/spec/rubyspec/library/drb/uri_spec.rb
+++ /dev/null
@@ -1 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)