summaryrefslogtreecommitdiff
path: root/spec/ruby/library/uri/set_component_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/uri/set_component_spec.rb')
-rw-r--r--spec/ruby/library/uri/set_component_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ruby/library/uri/set_component_spec.rb b/spec/ruby/library/uri/set_component_spec.rb
index 38da49dbd7..71ed6af278 100644
--- a/spec/ruby/library/uri/set_component_spec.rb
+++ b/spec/ruby/library/uri/set_component_spec.rb
@@ -43,5 +43,3 @@ describe "URI#select" do
lambda { uri.query = 'bar' }.should raise_error(URI::InvalidURIError)
end
end
-
-