Fixing requests after namespaces. Fixed admin bug with access to project
This commit is contained in:
parent
e92b563acf
commit
0e1635a68a
14 changed files with 35 additions and 62 deletions
|
@ -169,9 +169,7 @@ describe Notify do
|
|||
end
|
||||
|
||||
describe 'project access changed' do
|
||||
let(:project) { create(:project,
|
||||
path: "Fuu",
|
||||
code: "Fuu") }
|
||||
let(:project) { create(:project) }
|
||||
let(:user) { create(:user) }
|
||||
let(:users_project) { create(:users_project,
|
||||
project: project,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue