Skip to content

Instantly share code, notes, and snippets.

@allizon
Created June 7, 2016 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allizon/7854d6d6019ebf6db1f75fa467958e12 to your computer and use it in GitHub Desktop.
Save allizon/7854d6d6019ebf6db1f75fa467958e12 to your computer and use it in GitHub Desktop.
Stop Zeus from running Minitest tests twice in Rails4
# At the top of test_helper.rb
module Minitest
def self.autorun
# disable this damn thing
end
end
require 'rails/test_help'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment