Sha256: ba0ab86329eea664590b332fdc7e1b17473147db18f4e59120355479f4c2ad74
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true require_relative "helpers/custom" require_relative "helpers/ignoring_exception" require_relative "helpers/in_threads" require_relative "helpers/stub_service" require_relative "helpers/wrap_method" module ConvenientService module RSpec module Helpers include Support::Concern included do include Helpers::IgnoringException include Helpers::InThreads include Helpers::StubService include Helpers::WrapMethod end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
convenient_service-0.14.0 | lib/convenient_service/rspec/helpers.rb |
convenient_service-0.13.0 | lib/convenient_service/rspec/helpers.rb |