Commit 548b6184 authored by Jason Goodman's avatar Jason Goodman

Remove unnecessary use of range

parent ec558757
......@@ -20,7 +20,7 @@ RSpec.describe EE::IpRestrictions::UpdateService do
end
it 'builds new ip_restriction records with the provided ranges' do
expect(group.ip_restrictions.map(&:range)).to be_empty
expect(group.ip_restrictions).to be_empty
subject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment