Sha256: 4d7e3ffff6e9b5ad9c27ccb6c331eda21909a319aa1fcdec2fa0e96d5cb55dd9

Contents?: true

Size: 419 Bytes

Versions: 6

Compression:

Stored size: 419 Bytes

Contents

# frozen_string_literal: true

require_relative "helpers/classes"

require_relative "helpers/ignoring_exception"
require_relative "helpers/stub_service"
require_relative "helpers/wrap_method"

module ConvenientService
  module RSpec
    module Helpers
      include Support::Concern

      included do
        include IgnoringException
        include StubService
        include WrapMethod
      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/helpers.rb
convenient_service-0.19.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.18.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.17.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.16.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.15.0 lib/convenient_service/rspec/helpers.rb