test/test_helper.rb in codex-1.1.0 vs test/test_helper.rb in codex-1.1.1

- old
+ new

@@ -20,15 +20,14 @@ class Test::Unit::TestCase include RubiGen::GeneratorTestHelper private - def generate + def generate run_generator('codex', [Codex.root], sources) end def sources - [RubiGen::PathSource.new(:test, File.join(File.dirname(__FILE__),"..", 'app_generators')) - ] + [ RubiGen::PathSource.new(:test, File.join(File.dirname(__FILE__),"..", 'app_generators')) ] end end