Skip to content

Commit

Permalink
Minor cleanup in minitest_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Apr 30, 2022
1 parent 67f9fcc commit e38e2f0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/minitest_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,9 @@
require "minitest/rails"
require "minitest/pride"

# Uncomment if you want Capybara in accceptance/integration tests
# require "minitest/rails/capybara"

# Uncomment if you want awesome colorful output
# require "minitest/pride"

class ActiveSupport::TestCase
# Add more helper methods to be used by all tests here...
end

# Do you want all existing Rails tests to use MiniTest::Rails?
# Comment out the following and either:
# A) Change the require on the existing tests to `require "minitest_helper"`
# B) Require this file's code in test_helper.rb

# MiniTest::Rails.override_testunit!
module FakeNetwork
def good
obj = Object.new
Expand Down

0 comments on commit e38e2f0

Please sign in to comment.