Sha256: 359658f3cd5c3a812e6970206088b0d1fb7cd6677661e44284d7d9d4e0d4b28b
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
module RSpec module Specify # In RSpec, notifications are value objects that are passed to formatters # to provide those formatters with information about a particular event. Notification = Struct.new(:example, :type, :message, :options) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specify-0.10.2 | lib/specify/rspec/notification.rb |