mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: s/Em/Ember (#6874)
This commit is contained in:
@ -5,10 +5,10 @@ QUnit.test("updating of associated accounts", function(assert) {
|
||||
siteSettings: {
|
||||
enable_google_oauth2_logins: true
|
||||
},
|
||||
model: Em.Object.create({
|
||||
model: Ember.Object.create({
|
||||
second_factor_enabled: true
|
||||
}),
|
||||
site: Em.Object.create({
|
||||
site: Ember.Object.create({
|
||||
isMobileDevice: false
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user