Sha256: dc6050d60db29a212a06d931757263352160c7b4b4bb1cf6f2c40f19b5708a71
Contents?: true
Size: 484 Bytes
Versions: 4
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 "generate 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bloggy-0.3 | test/test_generate_blog.rb |
bloggy-0.2.2 | test/test_generate_blog.rb |
bloggy-0.2.1 | test/test_generate_blog.rb |
bloggy-0.2 | test/test_generate_blog.rb |