Project

General

Profile

« Previous | Next » 

Revision 832c0925

Added by Joseph Magen over 10 years ago

fixes #4393 - rename ancestry label to title

View differences:

test/functional/locations_controller_test.rb
end
new_location = Location.unscoped.order(:id).last
assert_redirected_to :controller => :locations, :action => :step2, :id => new_location.id
assert_redirected_to :controller => :locations, :action => :step2, :id => new_location.to_param
assert_equal new_location.environment_ids.sort, location.environment_ids.sort
assert_equal new_location.hostgroup_ids.sort, location.hostgroup_ids.sort

Also available in: Unified diff