summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/attribute
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 12:30:05 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 12:30:05 +0000
commit9dc121cc577ae7a010bca7efedb79088e3cf7331 (patch)
treec11a153c7eac91a1e19ed058d5c28f0f7d583622 /spec/ruby/library/rexml/attribute
parentfc1f3f14d386b557281ff9a8f19da060befe182e (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/rexml/attribute')
-rw-r--r--spec/ruby/library/rexml/attribute/inspect_spec.rb1
-rw-r--r--spec/ruby/library/rexml/attribute/to_string_spec.rb1
-rw-r--r--spec/ruby/library/rexml/attribute/value_spec.rb1
-rw-r--r--spec/ruby/library/rexml/attribute/xpath_spec.rb1
4 files changed, 0 insertions, 4 deletions
diff --git a/spec/ruby/library/rexml/attribute/inspect_spec.rb b/spec/ruby/library/rexml/attribute/inspect_spec.rb
index 9ab3757db8..86a437ec74 100644
--- a/spec/ruby/library/rexml/attribute/inspect_spec.rb
+++ b/spec/ruby/library/rexml/attribute/inspect_spec.rb
@@ -17,4 +17,3 @@ describe "REXML::Attribute#inspect" do
a.inspect.should == "&&='<>'"
end
end
-
diff --git a/spec/ruby/library/rexml/attribute/to_string_spec.rb b/spec/ruby/library/rexml/attribute/to_string_spec.rb
index eb93cf9969..420913afeb 100644
--- a/spec/ruby/library/rexml/attribute/to_string_spec.rb
+++ b/spec/ruby/library/rexml/attribute/to_string_spec.rb
@@ -12,4 +12,3 @@ describe "REXML::Attribute#to_string" do
attr_ns.to_string.should == "xmlns:ns='http://uri'"
end
end
-
diff --git a/spec/ruby/library/rexml/attribute/value_spec.rb b/spec/ruby/library/rexml/attribute/value_spec.rb
index 8c8c1a2a0d..7763976881 100644
--- a/spec/ruby/library/rexml/attribute/value_spec.rb
+++ b/spec/ruby/library/rexml/attribute/value_spec.rb
@@ -12,4 +12,3 @@ describe "REXML::Attribute#value" do
attr_empty.value.should == ""
end
end
-
diff --git a/spec/ruby/library/rexml/attribute/xpath_spec.rb b/spec/ruby/library/rexml/attribute/xpath_spec.rb
index 2cb44f7548..beefb036cc 100644
--- a/spec/ruby/library/rexml/attribute/xpath_spec.rb
+++ b/spec/ruby/library/rexml/attribute/xpath_spec.rb
@@ -17,4 +17,3 @@ describe "REXML::Attribute#xpath" do
lambda { @attr.xpath }.should raise_error(Exception)
end
end
-