Skip to content

Commit ea34034

Browse files
committed
Purge tags
1 parent 6217c16 commit ea34034

39 files changed

+2
-91
lines changed

spec/tags/command_line/dash_encoding_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
slow:The --encoding command line option sets Encoding.default_external if given an encoding with an =
2-
slow:The --encoding command line option sets Encoding.default_external if given an encoding as a separate argument
31
slow:The --encoding command line option does not accept a third encoding
42
slow:The --encoding command line option sets Encoding.default_external and optionally Encoding.default_internal if given a single encoding with an =
53
slow:The --encoding command line option sets Encoding.default_external and optionally Encoding.default_internal if given a single encoding as a separate argument

spec/tags/command_line/rubylib_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
slow:The RUBYLIB environment variable adds a directory to $LOAD_PATH
2-
slow:The RUBYLIB environment variable adds a colon-separated list of directories to $LOAD_PATH
32
slow:The RUBYLIB environment variable adds the directory at the front of $LOAD_PATH
43
slow:The RUBYLIB environment variable adds the directory after directories added by -I
54
slow:The RUBYLIB environment variable adds the directory after directories added by -I within RUBYOPT

spec/tags/core/argf/binmode_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
fails:ARGF.binmode does not raise an error
21
fails:ARGF.binmode puts reading into binmode
32
fails:ARGF.binmode puts alls subsequent stream reading through ARGF into binmode
43
slow:ARGF.binmode returns self

spec/tags/core/dir/home_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
slow:Dir.home returns the named user's home directory, from the user database, as a string if called with an argument
21
slow:Dir.home when called with the current user name returns the named user's home directory, from the user database
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
slow:Encoding::Converter#convpath returns an Array
2-
slow:Encoding::Converter#convpath returns each encoding pair as a sub-Array
3-
slow:Encoding::Converter#convpath returns each encoding as an Encoding object
41
slow:Encoding::Converter#convpath returns multiple encoding pairs when direct conversion is impossible
5-
slow:Encoding::Converter#convpath sets the last element of each pair to the first element of the next
6-
slow:Encoding::Converter#convpath only lists a source encoding once
72
slow:Encoding::Converter#convpath indicates if crlf_newline conversion would occur
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
slow:Encoding::Converter.search_convpath returns an Array
2-
slow:Encoding::Converter.search_convpath returns each encoding pair as a sub-Array
3-
slow:Encoding::Converter.search_convpath returns each encoding as an Encoding object
41
slow:Encoding::Converter.search_convpath returns multiple encoding pairs when direct conversion is impossible
5-
slow:Encoding::Converter.search_convpath sets the last element of each pair to the first element of the next
6-
slow:Encoding::Converter.search_convpath only lists a source encoding once
72
slow:Encoding::Converter.search_convpath indicates if crlf_newline conversion would occur
83
slow:Encoding::Converter.search_convpath raises an Encoding::ConverterNotFoundError if no conversion path exists

spec/tags/core/encoding/default_external_tags.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

spec/tags/core/encoding/default_internal_tags.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

spec/tags/core/file/constants/constants_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/core/file/expand_path_tags.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ slow:File.expand_path converts a pathname to an absolute pathname
33
slow:File.expand_path converts a pathname to an absolute pathname, Ruby-Talk:18512
44
slow:File.expand_path keeps trailing dots on absolute pathname
55
slow:File.expand_path converts a pathname to an absolute pathname, using a complete path
6-
slow:File.expand_path converts a pathname to an absolute pathname, using ~ (home) as base
7-
slow:File.expand_path does not return a frozen string
86
slow:File.expand_path expand path with
9-
slow:File.expand_path expand_path for commoms unix path give a full path
107
slow:File.expand_path replaces multiple '/' with a single '/'
118
slow:File.expand_path raises an ArgumentError if the path is not valid
129
slow:File.expand_path expands ~ENV['USER'] to the user's home directory

0 commit comments

Comments
 (0)