diff options
Diffstat (limited to 'spec/rubyspec/core/string/each_char_spec.rb')
| -rw-r--r-- | spec/rubyspec/core/string/each_char_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/rubyspec/core/string/each_char_spec.rb b/spec/rubyspec/core/string/each_char_spec.rb deleted file mode 100644 index 3233c7609d..0000000000 --- a/spec/rubyspec/core/string/each_char_spec.rb +++ /dev/null @@ -1,7 +0,0 @@ -require File.expand_path('../shared/chars', __FILE__) -require File.expand_path('../shared/each_char_without_block', __FILE__) - -describe "String#each_char" do - it_behaves_like(:string_chars, :each_char) - it_behaves_like(:string_each_char_without_block, :each_char) -end |
