2009-01-24から1日間の記事一覧

merbでfixture

merbにはrailsのfixture機能は存在しない。 なにか代わりがないかと探したところdm-sweatshopを使うようだ。 # spec/spec_helper.rb @@ -12,6 +12,9 @@ # this loads all plugins required in your init file so don't add them # here again, Merb will do …