forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make sure UsersController#create creates account assocations
refs #5833 Change-Id: I76e2e6879e33cc61752e084ec5d94ca9069fc0f6 Reviewed-on: https://gerrit.instructure.com/6586 Tested-by: Hudson <[email protected]> Reviewed-by: Bryan Madsen <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,7 @@ | |
p.user.communication_channels.length.should == 1 | ||
p.user.communication_channels.first.should be_unconfirmed | ||
p.user.communication_channels.first.path.should == '[email protected]' | ||
p.user.associated_accounts.should == [Account.default] | ||
end | ||
|
||
it "should complain about conflicting unique_ids" do | ||
|