lib/convenient_service/rspec/matchers.rb in convenient_service-0.11.0 vs lib/convenient_service/rspec/matchers.rb in convenient_service-0.12.0

- old
+ new

@@ -5,10 +5,11 @@ require_relative "matchers/be_descendant_of" require_relative "matchers/be_direct_descendant_of" require_relative "matchers/cache_its_value" require_relative "matchers/call_chain_next" require_relative "matchers/delegate_to" +require_relative "matchers/export" require_relative "matchers/extend_module" require_relative "matchers/have_abstract_method" require_relative "matchers/have_alias_method" require_relative "matchers/have_attr_accessor" require_relative "matchers/have_attr_reader" @@ -27,9 +28,10 @@ include Matchers::BeDescendantOf include Matchers::BeDirectDescendantOf include Matchers::CacheItsValue include Matchers::CallChainNext include Matchers::DelegateTo + include Matchers::Export include Matchers::ExtendModule include Matchers::HaveAbstractMethod include Matchers::HaveAliasMethod include Matchers::HaveAttrAccessor include Matchers::HaveAttrReader