Project

General

Profile

« Previous | Next » 

Revision f4459c11

Added by David Davis about 8 years ago

Refs #3809 - Turning on some rubocop cops

View differences:

test/functional/hostgroups_controller_test.rb
domain.subnets << subnet
domain.save
xhr :post, :domain_selected, {:id => Hostgroup.first, :hostgroup => {}, :domain_id => domain.id, :format => :json}, set_session_user
assert_equal subnet.name, JSON.parse(response.body)[0]["subnet"]["name"]
assert_equal subnet.name, JSON.parse(response.body)[0]["subnet"]["name"]
end
test "domain_selected should return empty on no domain_id" do

Also available in: Unified diff