lib/convenient_service/rspec/matchers/export.rb in convenient_service-0.14.0 vs lib/convenient_service/rspec/matchers/export.rb in convenient_service-0.15.0

- old
+ new

@@ -3,10 +3,10 @@ module ConvenientService module RSpec module Matchers module Export def export(...) - Custom::Export.new(...) + Classes::Export.new(...) end end end end end