From 9dbd5b3cfad10b214ae5ef27c39246bbb74a5077 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 24 Oct 2016 10:19:36 +0300 Subject: Revert "Change "Group#web_url" to return "/groups/twitter" rather than "/twitter"." This reverts commit c81ff152e08d58c13efbd50c40dd2e083ac65083. --- spec/models/group_spec.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spec/models') diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb index 47f89f744cb..ac862055ebc 100644 --- a/spec/models/group_spec.rb +++ b/spec/models/group_spec.rb @@ -265,10 +265,4 @@ describe Group, models: true do members end - - describe '#web_url' do - it 'returns the canonical URL' do - expect(group.web_url).to include("groups/#{group.name}") - end - end end -- cgit v1.2.1