diff --git a/Gemfile.lock b/Gemfile.lock index 49fb43af..2948bc00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM mime-types (2.6.1) mini_portile (0.6.2) minitest (5.7.0) - minitest-slow_test (0.0.2) + minitest-slow_test (0.1.0) minitest (>= 5.0) minitest-sound (0.0.7) minitest (>= 5.0) diff --git a/test/test_helper.rb b/test/test_helper.rb index 3f078e1d..cc3bb29d 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -44,6 +44,8 @@ Minitest::Sound.failure = '/home/yaginuma/Dropbox/tmp/music/other/mdai.mp3' Minitest::Sound.during_test = '/home/yaginuma/Dropbox/tmp/music/other/rs1_25_beatthemup.mp3' +Minitest::SlowTest.exclude_test_name = %(test_can_search_places_that_login_user_created) + class ActiveSupport::TestCase set_fixture_class oauth_applications: Doorkeeper::Application fixtures :all