Sha256: 6ef6a0b52b88593921216e63032d7d651e95c5f47c6df2cfe0435c094d113bee
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe DocumentsHelper do it "shouldn't raise if matching not in content field" PlainText.supported_extensions.each{|ext| it "should have an icon for .#{ext} filetype" do icon_for(ext.to_s).should_not be_nil end } end
Version data entries
3 entries across 3 versions & 1 rubygems