class Guard::RSpec::Deprecator
def _spec_opts_env
def _spec_opts_env return if ENV["SPEC_OPTS"].nil? Compat::UI.warning( "The SPEC_OPTS environment variable is present." \ " This can conflict with guard-rspec." ) end
def _spec_opts_env return if ENV["SPEC_OPTS"].nil? Compat::UI.warning( "The SPEC_OPTS environment variable is present." \ " This can conflict with guard-rspec." ) end