Josh Kalderimis
|
605c6455ac
|
removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper)
|
2010-05-09 00:08:11 +03:00 |
|
Josh Kalderimis
|
88ad3ed8b5
|
removed an old unused model in the AMo tests which also removes another AR dependency
|
2010-05-09 00:08:11 +03:00 |
|
Josh Kalderimis
|
66913a76af
|
removed use of AR in AMo tests and removed testing of scopes (:on) in individual validation tests and moved them to their own test file
|
2010-05-08 23:51:36 +03:00 |
|
José Valim
|
74098e4cb6
|
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there.
|
2009-12-23 13:30:58 +01:00 |
|
Pratik Naik
|
6173e5bfae
|
Add ActiveModel::Validations tests for regular ruby classes
|
2009-03-20 22:21:27 +00:00 |
|
Pratik Naik
|
4367f39dea
|
TestDatabase -> TestsDatabase
|
2009-03-20 16:02:12 +00:00 |
|
Pratik Naik
|
60756ad4ec
|
Move relevant validation tests from Active Record to Active Model
|
2009-03-20 15:07:49 +00:00 |
|