Skip to content

Commit

Permalink
Revert "Allow tests to run in IntelliJ"
Browse files Browse the repository at this point in the history
This reverts commit d72396d.
  • Loading branch information
ajtucker committed Oct 7, 2024
1 parent 218ccd1 commit 88399d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
config.default_cassette_options = default_cassette_options
end

unless ENV['RM_INFO']
Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new(color: true)]
end
Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new(color: true)]

# Helper to get the test API port number from the environment, or return a default
def sapi_api_port
Expand Down

0 comments on commit 88399d9

Please sign in to comment.