summaryrefslogtreecommitdiff
path: root/spec/ruby/core
diff options
context:
space:
mode:
authorohbarye <over.rye@gmail.com>2019-08-10 01:56:40 +0900
committerAaron Patterson <tenderlove@ruby-lang.org>2019-08-09 16:23:49 -0700
commitb1678338e545589540b1dd85dee6a18fd98aa8ed (patch)
tree5c91ea4138c144f5da869c18dca7e7f196999b2a /spec/ruby/core
parent162cf2879af592f8aa458311486749bed9a6bf55 (diff)
Fix typo: duplicated the [skip-ci]
Diffstat (limited to 'spec/ruby/core')
-rw-r--r--spec/ruby/core/module/autoload_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/module/autoload_spec.rb b/spec/ruby/core/module/autoload_spec.rb
index 6a1efa1ec2..df434e8e60 100644
--- a/spec/ruby/core/module/autoload_spec.rb
+++ b/spec/ruby/core/module/autoload_spec.rb
@@ -534,7 +534,7 @@ describe "Module#autoload" do
end
end
- it "and fails when finding the undefined autoload constant in the the current scope when declared in current and defined in parent" do
+ it "and fails when finding the undefined autoload constant in the current scope when declared in current and defined in parent" do
@remove << :DeclaredInCurrentDefinedInParent
module ModuleSpecs::Autoload
ScratchPad.record -> {