Class: ActiveSupport::TestCase
- Inherits:
-
Object
- Object
- ActiveSupport::TestCase
- Extended by:
- Minitest::Spec::DSL
- Defined in:
- lib/minitest/utils/rails.rb
Instance Method Summary collapse
Instance Method Details
#l ⇒ Object
30 31 32 |
# File 'lib/minitest/utils/rails.rb', line 30 def l(*, **) I18n.l(*, **) end |
#t ⇒ Object
26 27 28 |
# File 'lib/minitest/utils/rails.rb', line 26 def t(*, **) I18n.t(*, **) end |