aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/rexml/text/indent_text_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/rexml/text/indent_text_spec.rb')
-rw-r--r--spec/ruby/library/rexml/text/indent_text_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ruby/library/rexml/text/indent_text_spec.rb b/spec/ruby/library/rexml/text/indent_text_spec.rb
index af0954b7a2..1b0ee5ab16 100644
--- a/spec/ruby/library/rexml/text/indent_text_spec.rb
+++ b/spec/ruby/library/rexml/text/indent_text_spec.rb
@@ -21,4 +21,3 @@ describe "REXML::Text#indent_text" do
@t.indent_text("foo", 1, "\t", false).should == "foo"
end
end
-