Skip to content

Commit

Permalink
Merge pull request #550 from taki/update-require
Browse files Browse the repository at this point in the history
Drop Ruby 1.8.7 support on require
  • Loading branch information
carlosantoniodasilva committed Feb 6, 2021
2 parents 0053286 + ba8e025 commit 7a885fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/backend/memoize_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'test_helper'
# TODO: change back to "require 'backend/simple'" when dropping support to Ruby 1.8.7.
require File.expand_path('../simple_test', __FILE__)
require 'backend/simple_test'

class I18nBackendMemoizeTest < I18nBackendSimpleTest
module MemoizeSpy
Expand Down

0 comments on commit 7a885fd

Please sign in to comment.