aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/string/bytesize_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/string/bytesize_spec.rb')
-rw-r--r--spec/ruby/core/string/bytesize_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/string/bytesize_spec.rb b/spec/ruby/core/string/bytesize_spec.rb
index b8b07cfbec..a31f3ae671 100644
--- a/spec/ruby/core/string/bytesize_spec.rb
+++ b/spec/ruby/core/string/bytesize_spec.rb
@@ -2,7 +2,7 @@
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
-describe "#String#bytesize" do
+describe "String#bytesize" do
it "returns the length of self in bytes" do
"hello".bytesize.should == 5
" ".bytesize.should == 1