spec/fabricators/book.rb in guacamole-0.1.0 vs spec/fabricators/book.rb in guacamole-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ # -*- encoding: utf-8 -*- class Book - include Guacamole::Model + extend ActiveSupport::Autoload include Guacamole::Model autoload :Author, 'fabricators/author' attribute :title, String