Skip to content

Instantly share code, notes, and snippets.

View os97673's full-sized avatar

Oleg Sukhodolsky os97673

  • San Ramon, CA, USA
View GitHub Profile
@os97673
os97673 / rm_reporter_plugin.rb
Created May 17, 2013 19:21
Draft of new minitest reporter for RubyMine. To make it work, place it in minitest directory in your load path (e.g.<project root>/minitest/rm_reporter_plugin.rb)
begin
require 'teamcity/runner_common'
require 'teamcity/utils/service_message_factory'
require 'teamcity/utils/runner_utils'
require 'teamcity/utils/url_formatter'
rescue LoadError
MiniTest::Unit.runner.output.puts("====================================================================================================\n")
MiniTest::Unit.runner.output.puts("RubyMine reporter works only if it test was launched using RubyMine IDE or TeamCity CI server !!!\n")
MiniTest::Unit.runner.output.puts("====================================================================================================\n")
MiniTest::Unit.runner.output.puts("Using default results reporter...\n")
This file has been truncated, but you can view the full file.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --enable-shared --disable-install-doc debugflags=-g CPPFLAGS=-DFD_SETSIZE=32767
## --------- ##