mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add missing spec segment to fixture packages path
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
@"node_modules", nil];
|
||||
NSMutableArray *resourcePaths = [[NSMutableArray alloc] init];
|
||||
if (_runningSpecs) {
|
||||
NSString *fixturePackagesDirectory = [NSString stringWithFormat:@"%@/fixtures/packages", _resourcePath];
|
||||
NSString *fixturePackagesDirectory = [NSString stringWithFormat:@"%@/spec/fixtures/packages", _resourcePath];
|
||||
[resourcePaths addObject:fixturePackagesDirectory];
|
||||
}
|
||||
NSString *userPackagesDirectory = [@"~/.atom/packages" stringByStandardizingPath];
|
||||
|
||||
Reference in New Issue
Block a user