Show
Ignore:
Timestamp:
08/03/08 18:00:00 (5 months ago)
Author:
jweiss
Message:

fix test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/projects_controller_test.rb

    r125 r127  
    129129      assert_response :success 
    130130      assert_select "h2", "Clone project" 
    131       post :new, :clone => @project.id, :project => { :name => 'MyClone' } 
     131      post :create, :clone => @project.id, :project => { :name => 'Project Alpha', :template => 'mongrel_rails'} 
     132      assert_response :redirect 
    132133    end 
    133     assert_equal "mod_rails". Project.last.template 
    134134  end 
    135135