Sha256: 1df38f1f95ed774ba02872dbb5e0a6657d37f5d59257ea8105be50b7e15fbadd

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

module TestNotifier
  module Runner
    autoload :RSpec,    "test_notifier/runner/rspec"
    autoload :Spec,     "test_notifier/runner/spec"
    autoload :TestUnit, "test_notifier/runner/test_unit"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_notifier-2.1.0 lib/test_notifier/runner.rb