Ernest Surudo

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Ernest Surudo created a post, Use Minitest::Reporters only when running tests through RubyMine?
Hi,In my test_helper.rb, how can I check whether the current test run was initiated from RubyMine, so I can only then activate the reporters? Otherwise, I'd like to use the regular output in case I... -
-
Ernest Surudo commented, -
-
-
Ernest Surudo created a post, RM 5.4 + Rails4 + minitest = cannot load such file -- test_helper
I'ma having a problem setting up testing via RubyMine. Running my test suite works fine via "rake test", but all my tests fail with "Exception message: cannot load such file -- test_helper" when I ...