summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-29 16:08:16 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-29 16:08:16 +0000
commit3fa5bd38af50fb3d98de0ea51043d73f8d06a24b (patch)
treed473b71cc6925ee1e17727215e9f9a66e3f24802 /spec/ruby/library/rexml
parent1e658d45e1f8dbadab18f9c35b5cfb5a5fec98bf (diff)
Update to ruby/spec@83063a3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/ruby/library/rexml')
-rw-r--r--spec/ruby/library/rexml/document/add_spec.rb4
-rw-r--r--spec/ruby/library/rexml/document/expanded_name_spec.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/ruby/library/rexml/document/add_spec.rb b/spec/ruby/library/rexml/document/add_spec.rb
index 491c28259b..484731fe9b 100644
--- a/spec/ruby/library/rexml/document/add_spec.rb
+++ b/spec/ruby/library/rexml/document/add_spec.rb
@@ -49,9 +49,9 @@ describe :rexml_document_add, shared: true do
end
describe "REXML::Document#add" do
- it_behaves_like(:rexml_document_add, :add)
+ it_behaves_like :rexml_document_add, :add
end
describe "REXML::Document#<<" do
- it_behaves_like(:rexml_document_add, :<<)
+ it_behaves_like :rexml_document_add, :<<
end
diff --git a/spec/ruby/library/rexml/document/expanded_name_spec.rb b/spec/ruby/library/rexml/document/expanded_name_spec.rb
index e18fd95c14..182f49eddd 100644
--- a/spec/ruby/library/rexml/document/expanded_name_spec.rb
+++ b/spec/ruby/library/rexml/document/expanded_name_spec.rb
@@ -8,9 +8,9 @@ describe :document_expanded_name, shared: true do
end
describe "REXML::Document#expanded_name" do
- it_behaves_like(:document_expanded_name, :expanded_name)
+ it_behaves_like :document_expanded_name, :expanded_name
end
describe "REXML::Document#name" do
- it_behaves_like(:document_expanded_name, :name)
+ it_behaves_like :document_expanded_name, :name
end