Rafael Mendonça França
|
5da4d5142a
|
Add active_support/testing/autorun
minitest/autorun load minitest/spec polluting the global namespace with
the DSL that we don't want on Rails
|
2012-12-31 13:57:24 -03:00 |
|
Robin Dupret
|
5ad7f8ab41
|
Use Ruby 1.9 Hash syntax in railties
|
2012-10-14 18:26:58 +02:00 |
|
Francesco Rodriguez
|
eecf14db66
|
nodoc TestUnit::Generators [ci skip]
|
2012-10-07 13:41:53 -05:00 |
|
Kornelius Kalnbach
|
d8c1949684
|
require "rubygems" is obsolete in Ruby 1.9.3
|
2012-05-13 14:47:25 +02:00 |
|
Aaron Patterson
|
b15d2c0708
|
require minitest rather than test/unit
|
2012-01-06 15:50:47 -08:00 |
|
David Heinemeier Hansson
|
8d7efe6a4e
|
Stop adding actual dummy tests (they clutter up the real ones in a new app), just show how its done
|
2011-04-23 13:22:30 +02:00 |
|
José Valim
|
b61f6f5980
|
Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive.
|
2010-03-23 13:40:41 +01:00 |
|
José Valim
|
9fffdc5cdb
|
Generators load path now will be Ruby load path. If you want to use rspec:install generator, you need generators/rspec/install_generator in your load path.
|
2010-01-18 16:21:11 +01:00 |
|
Joshua Peek
|
2601a16ede
|
Autoload AS test case
|
2010-01-04 16:22:46 -06:00 |
|
Yehuda Katz + Carl Lerche
|
f0dd77c6be
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
|