summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/document/expanded_name_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/rexml/document/expanded_name_spec.rb')
-rw-r--r--spec/ruby/library/rexml/document/expanded_name_spec.rb4
1 files changed, 2 insertions, 2 deletions
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