Sha256: 4e00086af91f730a2f9d8bc251e055a770d967f086f7decccdee45eca486fc33

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module Export
        def export(...)
          Classes::Export.new(...)
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/rspec/matchers/export.rb
convenient_service-0.19.0 lib/convenient_service/rspec/matchers/export.rb
convenient_service-0.18.0 lib/convenient_service/rspec/matchers/export.rb
convenient_service-0.17.0 lib/convenient_service/rspec/matchers/export.rb
convenient_service-0.16.0 lib/convenient_service/rspec/matchers/export.rb
convenient_service-0.15.0 lib/convenient_service/rspec/matchers/export.rb