Actions
Bug #35299
closedRedundant mocha/setup in bmc_test.rb
Description
mocha is already set up in test_helper which is also included in bmc_test.rb
Added by Ewoud Kohl van Wijngaarden over 2 years ago
Actions
Fixes #35299 - Remove redundant mocha inclusion
Mocha is already included in test_helper, using the non-deprecated
version.