Sha256: 31fc0c4452fdf0ced3baa1f86e9fd743a62b4cb50af3f18d98b8b907aee918fb

Contents?: true

Size: 189 Bytes

Versions: 6

Compression:

Stored size: 189 Bytes

Contents

module Matchers
  module Type
    def have_house_work_type( attribute, valid_hash = {} )
      EnumMatcher.new( attribute, valid_hash, 'HouseWorkType', 'HouseWorkTypes' )
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fortnox-api-0.5.2 spec/support/matchers/type/have_house_work_type_matcher.rb
fortnox-api-0.5.1 spec/support/matchers/type/have_house_work_type_matcher.rb
fortnox-api-0.5.0 spec/support/matchers/type/have_house_work_type_matcher.rb
fortnox-api-0.4.0 spec/support/matchers/type/have_house_work_type_matcher.rb
fortnox-api-0.3.0 spec/support/matchers/type/have_house_work_type_matcher.rb
fortnox-api-0.2.0 spec/support/matchers/type/have_house_work_type_matcher.rb