Skip to content

Commit

Permalink
Minitest.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Aug 10, 2023
1 parent ea8b787 commit 93a1b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def self.rails_greater_4_1?
I18n.load_path << Dir['test/fixtures/locales/*.yml']
I18n.backend.load_translations

class BaseTest < MiniTest::Spec
class BaseTest < Minitest::Spec
class AlbumForm < Reform::Form
property :title

Expand Down

0 comments on commit 93a1b7a

Please sign in to comment.