rails version: 1.2.3
ruby version: 1.8.5
functional test, fixtures should load by myself ?
class FooControllerTest::Test::Unit::TestCase
fixtures :foo, :bar
def setup
setup_with_fixtures # <— must call this ?
end
end
functional test, fixtures should load by myself ?
class FooControllerTest::Test::Unit::TestCase
fixtures :foo, :bar
def setup
setup_with_fixtures # <— must call this ?
end
end
forget it, i found reason
2007/4/3, moth [email protected]:
def setup
setup_with_fixtures # <— must call this ?
endend
–
//-------------------------------
Hi, this is moth!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs