Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #117 from y-yagi/update_minitest_slow_test
Browse files Browse the repository at this point in the history
update minitest-slow_test gem
  • Loading branch information
y-yagi committed Jul 3, 2015
2 parents 94a99cd + e2c81b5 commit 976c0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 976c0f6

Please sign in to comment.