search for: test_create_failure_cycle_unique

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

2009 Apr 21
2
validates_uniqueness_of
hello all, i am new to RoR programming and am struck with the functional test whole checking for uniqeness of carriers. If it is not unique,the the bin shudn''t be created.Can someone help me in correcting my code. def test_create_failure_cycle_unique begin num_bins = Bin.count post :create, {:bin => { :carrier => carriers(:A), :cycle => cycles(:one), :name => "701", :start => "1:00", :end => "1:01" }}, { :user => @user_id, :division => @division_id } validates_uniqueness_of...