Sha256: 445fd6a9130afc8b839adec80b5f900e120bb326ad684a97235944f4f27c5743
Contents?: true
Size: 484 Bytes
Versions: 8
Compression:
Stored size: 484 Bytes
Contents
# encoding: UTF-8 =begin Created on 2012-04-25 @author: Zach Bruhnke <z@zbruhnke.com> =end require 'helper' require 'rails/generators/actions' class TestGenerateBlog < Test::Unit::TestCase context "creating blog" do should "genearte blog" do source = 'config/jekyll' destination = 'blog' #Rails::Generators::Actions.generate('jekyll', '') Jekyll::Rails::JekyllGenerator.new.copy_initializer_file end end end
Version data entries
8 entries across 8 versions & 1 rubygems