briandunn/flatware

View on GitHub
lib/flatware/rspec/marshalable/deprecation_notification.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Flatware
  module RSpec
    module Marshalable
      class DeprecationNotification < ::RSpec::Core::Notifications::SeedNotification
        def self.from_rspec(notification)
          notification
        end
      end
    end
  end
end