2009/04/14 17:52
[Rails] 2.3 Test 에서 undefined method `use_transactional_fixtures=' 나올때. 작은 팁2009/04/14 17:52
test/test_helper.rb 에서
class Test::Unit::TestCase
를
class ActiveSupport::TestCase
요렇게 바꿔주면 됩니다.
참고링크
'작은 팁' 카테고리의 다른 글
| [Rails] mac에서 rails하는 사람들이 snow leopard 설치시 주의할 점 (2) | 2009/09/14 |
|---|---|
| [Rails] 같은 Model을 has_many :through하기 (0) | 2009/04/15 |
| [Rails] 2.3 Test 에서 undefined method `use_transactional_fixtures=' 나올때. (0) | 2009/04/14 |
| [Rails] 2.2.2 로 개발하던 것을 2.3.2 로 바꿀때. (0) | 2009/04/07 |
| gem으로 mime-types update 혹은 install 시 나는 Error(on Gentoo) (2) | 2009/03/10 |
| IE7에서 text-decoration이 이상하게 나올때. (0) | 2009/02/02 |
