mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Update user stylesheet path in spec
This commit is contained in:
@@ -160,7 +160,7 @@ describe "ThemeManager", ->
|
||||
|
||||
describe "when the user stylesheet changes", ->
|
||||
it "reloads it", ->
|
||||
userStylesheetPath = path.join(temp.mkdirSync("atom"), 'user.css')
|
||||
userStylesheetPath = path.join(temp.mkdirSync("atom"), 'styles.css')
|
||||
fs.writeFileSync(userStylesheetPath, 'body {border-style: dotted !important;}')
|
||||
|
||||
spyOn(themeManager, 'getUserStylesheetPath').andReturn userStylesheetPath
|
||||
|
||||
Reference in New Issue
Block a user