Flowdock
rcov_option_list(# :nodoc:) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/rake/spectask.rb, line 197
      def rcov_option_list # :nodoc:
        if rcov
          ENV['RCOV_OPTS'] || rcov_opts.join(" ") || ""
        else
          ""
        end
      end
Register or log in to add new notes.