summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/size_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/string/size_spec.rb')
-rw-r--r--spec/ruby/core/string/size_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/string/size_spec.rb b/spec/ruby/core/string/size_spec.rb
index b3172453ea..7e1afd9c54 100644
--- a/spec/ruby/core/string/size_spec.rb
+++ b/spec/ruby/core/string/size_spec.rb
@@ -3,5 +3,5 @@ require File.expand_path('../fixtures/classes.rb', __FILE__)
require File.expand_path('../shared/length', __FILE__)
describe "String#size" do
- it_behaves_like(:string_length, :size)
+ it_behaves_like :string_length, :size
end