aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/observer
Commit message (Collapse)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-024-39/+0
|
* Remove the class_path from the collisions test.Michael Koziarski2008-10-141-1/+1
| | | | The class_path is often taken already in situations like Admin namespaces etc.
* Ensure observer test inherits from ActiveSupport::TestCasePratik Naik2008-06-271-1/+1
|
* Changed all generated tests to use the test/do declaration style [DHH]David Heinemeier Hansson2008-06-121-1/+1
|
* Generated tests rely on test dir in load path rather than File.dirname ↵Jeremy Kemper2008-03-291-1/+1
| | | | | | shenanigans. ruby -Itest test/unit/foo_test.rb to run a test by hand (that's a capital I as in Island). git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9133 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Removed calls to fixtures in generated tests as fixtures :all is now present ↵David Heinemeier Hansson2007-10-011-2/+0
| | | | | | by default in test_helper.rb [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7705 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Wordsmith generator USAGEs.Jeremy Kemper2007-05-291-7/+5
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6884 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Add generator files...Marcel Molina2006-05-234-0/+43
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de