aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/rails_template_runner_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed that template runner gem method to output :lib => false correctly ↵Damian Terentiev2009-03-121-0/+5
| | | | | | [#1940 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Added :env option for gem in template runner [#1983 state:resolved]Andrew Vit2009-02-281-0/+11
| | | | | | | | | For installing gems that are only needed in the test environment, specify the :env option so the dependency is written to config/environments/test.rb: gem 'rspec', :env => 'test' gem 'quietbacktrace', :env => %w[development test] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Ensure template_runner can run script/* ruby scripts under Windows. [#1859 ↵unknown2009-02-161-3/+13
| | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Ensure template runner tests don't depend on hash ordering [#1654 ↵Mike Gunderloy2008-12-281-1/+1
| | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Adding test coverage and better logging to Rails::TemplateRunner [#1618 ↵Aaron Quint2008-12-271-0/+190
state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>