module Uptyped::InheritedInterface

Public Class Methods

configure() click to toggle source
# File lib/uptyped/inherited_interface.rb, line 45
def self.configure
  RSpec.configure do |config|
    config.include InheritedInterface
  end
end
included(scope) click to toggle source
# File lib/uptyped/inherited_interface.rb, line 6
def self.included(scope)
  scope.include_context "inherits interface"
end