Sha256: 7124088508b207c3753b019b8435942342b32e742d14e01e2a1a645a9456e294
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe DocumentsHelper do it "shouldn't raise if matching not in content field" PlainTextExtractor.supported_extensions.each{|ext| it "should have an icon for .#{ext} filetype" do icon_for(ext).should_not be_nil end } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
picolena-0.1.6 | lib/picolena/templates/spec/helpers/documents_helper_spec.rb |
picolena-0.1.7 | lib/picolena/templates/spec/helpers/documents_helper_spec.rb |