Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit d4185d8

Browse files
Rename a spec.
1 parent f4cfb5b commit d4185d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/snippets-spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,8 +1213,8 @@ foo\
12131213
});
12141214
});
12151215

1216-
describe("when atom://.atom/snippets is opened", () => {
1217-
it("opens ~/.atom/snippets.cson", () => {
1216+
describe("when atom://.pulsar/snippets is opened", () => {
1217+
it("opens ~/.pulsar/snippets.cson", () => {
12181218
jasmine.unspy(Snippets, 'getUserSnippetsPath');
12191219
atom.workspace.destroyActivePaneItem();
12201220
const configDirPath = temp.mkdirSync('atom-config-dir-');

0 commit comments

Comments
 (0)