search for: name_en

Displaying 1 result from an estimated 1 matches for "name_en".

Did you mean: name_len
2006 May 19
1
Need help with a test
...the concept for variation in concept_to_link.variations new_client_variation = ClientVariation.new new_client_variation.client = session[:active_client] new_client_variation.variation = variation new_client_variation.name_fr = variation.name_fr new_client_variation.name_en = variation.name_en new_client_variation.save end flash[:notice] = "Concept linked" redirect_to(:action => "list") end it is working fine when I use it in dev, but when I run this test (see next), it fails: def test_link_concept #create a new conc...