Sha256: 827194a87fb0521393e89699d5071362a3f287b17825cc6c2e01fb85b66bbe3d

Contents?: true

Size: 444 Bytes

Versions: 9

Compression:

Stored size: 444 Bytes

Contents

require 'micron/test_case/redir_logging'

module Bixby
  module Test
    class TestCase < Micron::TestCase

      include Bixby::Log
      include Micron::TestCase::RedirLogging
      self.redir_logger = Logging.logger[Bixby]

      def setup
        ENV["BIXBY_HOME"] = File.join(File.expand_path(File.dirname(__FILE__)), "support")
      end

      def teardown
        EM.stop_event_loop if EM.reactor_running?
      end

    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bixby-common-0.7.1 test/base.rb
bixby-common-0.7.0 test/base.rb
bixby-common-0.6.6 test/base.rb
bixby-common-0.6.5 test/base.rb
bixby-common-0.6.4 test/base.rb
bixby-common-0.6.3 test/base.rb
bixby-common-0.6.2 test/base.rb
bixby-common-0.6.1 test/base.rb
bixby-common-0.6.0 test/base.rb