Drop Organization from specs
This commit is contained in:
parent
275be8c80a
commit
85149dc837
19 changed files with 14 additions and 959 deletions
|
|
@ -4,8 +4,7 @@ require 'spec_helper'
|
|||
|
||||
feature 'Has correct abilities' do
|
||||
|
||||
let(:organization) { create(:organization) }
|
||||
let(:conference) { create(:full_conference, organization: organization) } # user is cfp
|
||||
let(:conference) { create(:full_conference) } # user is cfp
|
||||
let(:user) { create(:user) }
|
||||
|
||||
context 'when user has no role' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue