Spinach: admin logs, admin users
This commit is contained in:
parent
66ecfa77e5
commit
16b61590ab
5 changed files with 37 additions and 0 deletions
|
@ -4,5 +4,9 @@ module SharedAdmin
|
|||
And 'there are projects in system' do
|
||||
2.times { create(:project) }
|
||||
end
|
||||
|
||||
And 'system has users' do
|
||||
2.times { create(:user) }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue