Sha256: 5b7bd421fc0c0a07f6a2b8171838ff8e4cae56f95e4380b4bde7905e8ce5b00c

Contents?: true

Size: 291 Bytes

Versions: 10

Compression:

Stored size: 291 Bytes

Contents

module Bixby
  module Test
    class TestCase < MiniTest::Unit::TestCase

      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

10 entries across 10 versions & 1 rubygems

Version Path
bixby-common-0.5.0 test/base.rb
bixby-common-0.4.13 test/base.rb
bixby-common-0.4.12 test/base.rb
bixby-common-0.4.11 test/base.rb
bixby-common-0.4.10 test/base.rb
bixby-common-0.4.9 test/base.rb
bixby-common-0.4.8 test/base.rb
bixby-common-0.4.7 test/base.rb
bixby-common-0.4.6 test/base.rb
bixby-common-0.4.5 test/base.rb