summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/string')
-rw-r--r--spec/ruby/core/string/clone_spec.rb1
-rw-r--r--spec/ruby/core/string/percent_spec.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/spec/ruby/core/string/clone_spec.rb b/spec/ruby/core/string/clone_spec.rb
index 6259cf89ef..f8d40423f0 100644
--- a/spec/ruby/core/string/clone_spec.rb
+++ b/spec/ruby/core/string/clone_spec.rb
@@ -55,4 +55,3 @@ describe "String#clone" do
clone.should == "string"
end
end
-
diff --git a/spec/ruby/core/string/percent_spec.rb b/spec/ruby/core/string/percent_spec.rb
index 2ddcab7907..e701def344 100644
--- a/spec/ruby/core/string/percent_spec.rb
+++ b/spec/ruby/core/string/percent_spec.rb
@@ -11,4 +11,3 @@ describe "String#%" do
format % args
}
end
-