OSDN Git Service

basic認証をproductionのみに限定
[praisedb/praisedb.git] / spec / support / blueprints.rb
1 require 'machinist/active_record'
2
3 Song.blueprint do
4   code { "C" }
5   title { "a title of song" }
6   copyright { "blah blah blah, ..." }
7   font_size { 2 }
8 end