Project

General

Profile

« Previous | Next » 

Revision 34897490

Added by Joseph Magen over 10 years ago

fixes #3939 - add option to 'inherit from parent' for hostgroup attributes

View differences:

test/functional/api/v2/subnets_controller_test.rb
test "should destroy subnets" do
assert_difference('Subnet.count', -1) do
delete :destroy, { :id => subnets(:three).to_param }
delete :destroy, { :id => subnets(:four).to_param }
end
assert_response :success
end

Also available in: Unified diff