Sha256: c489a3a0cf3196268a5ae52300386d8003a737ac701f0f7a20604589afc0a04c

Contents?: true

Size: 241 Bytes

Versions: 17

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module HaveAttrAccessor
        def have_attr_accessor(...)
          Custom::HaveAttrAccessor.new(...)
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
convenient_service-0.14.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.13.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.12.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.11.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.10.1 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.10.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.9.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.8.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.7.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.6.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.5.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.4.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.3.1 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.3.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.2.1 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.2.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb
convenient_service-0.1.0 lib/convenient_service/rspec/matchers/have_attr_accessor.rb