aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/rexml/text/read_with_substitution_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/rexml/text/read_with_substitution_spec.rb')
-rw-r--r--spec/ruby/library/rexml/text/read_with_substitution_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ruby/library/rexml/text/read_with_substitution_spec.rb b/spec/ruby/library/rexml/text/read_with_substitution_spec.rb
index c84778d8c4..a9b4d30bc5 100644
--- a/spec/ruby/library/rexml/text/read_with_substitution_spec.rb
+++ b/spec/ruby/library/rexml/text/read_with_substitution_spec.rb
@@ -10,4 +10,3 @@ describe "REXML::Text.read_with_substitution" do
lambda {REXML::Text.read_with_substitution("this is illegal", /illegal/)}.should raise_error(Exception)
end
end
-