Sha256: 38a521e18f215d051d0df7b97b21252cc835a65461e32a93f130c2eb2e5f1b8f

Contents?: true

Size: 251 Bytes

Versions: 6

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module PrimitiveMatchers
      module HaveAttrAccessor
        def have_attr_accessor(...)
          Classes::HaveAttrAccessor.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/primitive_matchers/have_attr_accessor.rb
convenient_service-0.19.0 lib/convenient_service/rspec/primitive_matchers/have_attr_accessor.rb
convenient_service-0.18.0 lib/convenient_service/rspec/primitive_matchers/have_attr_accessor.rb
convenient_service-0.17.0 lib/convenient_service/rspec/primitive_matchers/have_attr_accessor.rb
convenient_service-0.16.0 lib/convenient_service/rspec/primitive_matchers/have_attr_accessor.rb
convenient_service-0.15.0 lib/convenient_service/rspec/primitive_matchers/have_attr_accessor.rb