diff options
| author | eregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-06-27 12:30:05 +0000 |
|---|---|---|
| committer | eregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-06-27 12:30:05 +0000 |
| commit | 9dc121cc577ae7a010bca7efedb79088e3cf7331 (patch) | |
| tree | c11a153c7eac91a1e19ed058d5c28f0f7d583622 /spec/ruby/library/pathname | |
| parent | fc1f3f14d386b557281ff9a8f19da060befe182e (diff) | |
Update to ruby/spec@a454137
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/ruby/library/pathname')
| -rw-r--r-- | spec/ruby/library/pathname/absolute_spec.rb | 1 | ||||
| -rw-r--r-- | spec/ruby/library/pathname/equal_value_spec.rb | 1 | ||||
| -rw-r--r-- | spec/ruby/library/pathname/hash_spec.rb | 1 | ||||
| -rw-r--r-- | spec/ruby/library/pathname/parent_spec.rb | 1 | ||||
| -rw-r--r-- | spec/ruby/library/pathname/relative_spec.rb | 1 | ||||
| -rw-r--r-- | spec/ruby/library/pathname/root_spec.rb | 1 | ||||
| -rw-r--r-- | spec/ruby/library/pathname/sub_spec.rb | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/spec/ruby/library/pathname/absolute_spec.rb b/spec/ruby/library/pathname/absolute_spec.rb index a754505765..dce3ae72ee 100644 --- a/spec/ruby/library/pathname/absolute_spec.rb +++ b/spec/ruby/library/pathname/absolute_spec.rb @@ -20,4 +20,3 @@ describe "Pathname#absolute?" do end end - diff --git a/spec/ruby/library/pathname/equal_value_spec.rb b/spec/ruby/library/pathname/equal_value_spec.rb index 84e8d8f7ef..92d4767e76 100644 --- a/spec/ruby/library/pathname/equal_value_spec.rb +++ b/spec/ruby/library/pathname/equal_value_spec.rb @@ -12,4 +12,3 @@ describe "Pathname#==" do end end - diff --git a/spec/ruby/library/pathname/hash_spec.rb b/spec/ruby/library/pathname/hash_spec.rb index a0bfe811f6..da1b8f4f76 100644 --- a/spec/ruby/library/pathname/hash_spec.rb +++ b/spec/ruby/library/pathname/hash_spec.rb @@ -12,4 +12,3 @@ describe "Pathname#hash" do end end - diff --git a/spec/ruby/library/pathname/parent_spec.rb b/spec/ruby/library/pathname/parent_spec.rb index 5804f88dd0..3843bb22ed 100644 --- a/spec/ruby/library/pathname/parent_spec.rb +++ b/spec/ruby/library/pathname/parent_spec.rb @@ -16,4 +16,3 @@ describe "Pathname#parent" do end end - diff --git a/spec/ruby/library/pathname/relative_spec.rb b/spec/ruby/library/pathname/relative_spec.rb index f3976fcf0d..1a08891e6c 100644 --- a/spec/ruby/library/pathname/relative_spec.rb +++ b/spec/ruby/library/pathname/relative_spec.rb @@ -20,4 +20,3 @@ describe "Pathname#relative?" do end end - diff --git a/spec/ruby/library/pathname/root_spec.rb b/spec/ruby/library/pathname/root_spec.rb index d1c2dbb6ff..5fec0ee956 100644 --- a/spec/ruby/library/pathname/root_spec.rb +++ b/spec/ruby/library/pathname/root_spec.rb @@ -24,4 +24,3 @@ describe "Pathname#root?" do end end - diff --git a/spec/ruby/library/pathname/sub_spec.rb b/spec/ruby/library/pathname/sub_spec.rb index 2fb274e790..ad2900f62b 100644 --- a/spec/ruby/library/pathname/sub_spec.rb +++ b/spec/ruby/library/pathname/sub_spec.rb @@ -13,4 +13,3 @@ describe "Pathname#sub" do end end - |
