mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
removed unnecessary comments and fixed grammatical errors
This commit is contained in:
parent
651abcab87
commit
d59a036cf1
5 changed files with 7 additions and 12 deletions
|
|
@ -2,7 +2,7 @@ require 'spec_helper'
|
|||
|
||||
feature 'Has correct abilities' do
|
||||
let(:organization) { create(:organization) }
|
||||
let(:conference) { create(:full_conference, organization: organization) } # user is organization_admin
|
||||
let(:conference) { create(:full_conference, organization: organization) }
|
||||
let(:role_organization_admin) { Role.find_by(name: 'organization_admin', resource: organization) }
|
||||
let(:user_organization_admin) { create(:user, role_ids: [role_organization_admin.id]) }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue