Skip to content

Commit

Permalink
Merge pull request #1117 from herwinw/string_rindex
Browse files Browse the repository at this point in the history
Remove string/fixtures/utf-8-encoding.rb
  • Loading branch information
andrykonchin authored Dec 2, 2023
2 parents c3206f6 + 49c7835 commit f292546
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions core/string/fixtures/utf-8-encoding.rb

This file was deleted.

1 change: 0 additions & 1 deletion core/string/rindex_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- encoding: utf-8 -*-
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'fixtures/utf-8-encoding'

describe "String#rindex with object" do
it "raises a TypeError if obj isn't a String or Regexp" do
Expand Down

0 comments on commit f292546

Please sign in to comment.