mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +08:00
Hound is love, Hound is life #2
This commit is contained in:
parent
e0a6b1360d
commit
6e082ccc24
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ include ClientApi::Teams
|
|||
describe ClientApi::Teams::CreateService do
|
||||
let(:user) { create :user, email: 'user@asdf.com' }
|
||||
let(:team) do
|
||||
build :team, name: 'My Team', description: 'My Description'
|
||||
build :team, name: 'My Team', description: 'My Description'
|
||||
end
|
||||
|
||||
it 'should raise a StandardError if current_user is not assigned' do
|
||||
|
|
Loading…
Reference in a new issue