Sha256: 7af3d432fb088d5509ca1e387de812ed244a69292239c95dab870d30e0083c0c

Contents?: true

Size: 188 Bytes

Versions: 24

Compression:

Stored size: 188 Bytes

Contents

class Should
  def have_string_attributes(attributes)
    @object.should.be.kind_of(NSAttributedString)
    @object.attributesAtIndex(0, effectiveRange:nil).should == attributes
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
sugarcube-2.12.2 spec/helpers/attributed_string.rb
sugarcube-2.12.1 spec/helpers/attributed_string.rb
sugarcube-2.12.0 spec/helpers/attributed_string.rb
sugarcube-2.11.1 spec/helpers/attributed_string.rb