Sha256: 192c8dba31ad4f458b1d34bc22d0cd5b6642b6a7ea077e816a49137d35aaa614
Contents?: true
Size: 340 Bytes
Versions: 4
Compression:
Stored size: 340 Bytes
Contents
require File.dirname(__FILE__) + '/helper' require 'thor' class TestMigrationGenerator < Test::Unit::TestCase def setup @skeleton = Padrino::Generators::Skeleton.dup # @mig_gen = Padrino::Generators::Migration.dup `rm -rf /tmp/sample_app` end context 'the migration generator' do should "work" do end end end
Version data entries
4 entries across 4 versions & 1 rubygems