fixed factory

This commit is contained in:
Hauke Klement
2015-03-02 09:37:47 +01:00
parent 3c0045a4a5
commit f67e67bb83

View File

@ -69,7 +69,9 @@ FactoryGirl.define do
factory :dot_md, class: FileType do
created_by_admin
editor_mode 'ace/mode/markdown'
file_extension '.md'
indent_size 2
name 'Markdown'
singleton_file_type
end