summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/attribute
diff options
context:
space:
mode:
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
-