[Rails] Re: Ruby on Rails > test:integration Expected response to be a <:redirect>, but was <404>

2009-08-26 Thread fireflyman
Thanks! 2009/8/26 Nik Cool > > > > Looking around -- someone had a problem that the new object was not > > created or saved. One of the tests in products_controller_test.rb has > > no problem creating a new product. > > > > What am I missing? > > try this. > this may work > > > test "product

[Rails] Re: Ruby on Rails > test:integration Expected response to be a <:redirect>, but was <404>

2009-08-25 Thread Nik Cool
> Looking around -- someone had a problem that the new object was not > created or saved. One of the tests in products_controller_test.rb has > no problem creating a new product. > > What am I missing? try this. this may work test "product_administartion_by_admin" do category = Categ