Sha256: c3d944d3255cd16cbedbd12bdd7db2c91b26382b67cb295e3a01f5e1ab09d823

Contents?: true

Size: 437 Bytes

Versions: 14

Compression:

Stored size: 437 Bytes

Contents

# frozen_string_literal: true

require_relative "helpers/custom"

require_relative "helpers/ignoring_error"
require_relative "helpers/stub_service"
require_relative "helpers/wrap_method"

module ConvenientService
  module RSpec
    module Helpers
      include Support::Concern

      included do
        include Helpers::IgnoringError
        include Helpers::StubService
        include Helpers::WrapMethod
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
convenient_service-0.11.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.10.1 lib/convenient_service/rspec/helpers.rb
convenient_service-0.10.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.9.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.8.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.7.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.6.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.5.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.4.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.3.1 lib/convenient_service/rspec/helpers.rb
convenient_service-0.3.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.2.1 lib/convenient_service/rspec/helpers.rb
convenient_service-0.2.0 lib/convenient_service/rspec/helpers.rb
convenient_service-0.1.0 lib/convenient_service/rspec/helpers.rb