Sha256: c6a51afbc7aa72ead2150e91f536478526ef3b3fdc62e7dbe41ed72c7d8a9217
Contents?: true
Size: 336 Bytes
Versions: 14
Compression:
Stored size: 336 Bytes
Contents
if defined?(RSpec) require "test_notifier/runner/rspec" else require "test_notifier/runner/spec" end warn <<-TXT [TestNotifier] Using `require "test_notifier/rspec"` is deprecated and will be removed in the future. Please use `require "test_notifier/runner/spec"` or `require "test_notifier/runner/rspec"` for RSpec 2 instead. TXT
Version data entries
14 entries across 14 versions & 1 rubygems