From 1704c78eeade8eeab4f5263336ae2b5bcae9fdfe Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 30 May 2014 15:35:49 -0700 Subject: [PATCH] Enable core specs when run outside of clone repo The failing specs have been updated so that specs can now run without the requirement of a Git repository at the root. --- spec/spec-suite.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/spec-suite.coffee b/spec/spec-suite.coffee index 568c2132d..acec58aad 100644 --- a/spec/spec-suite.coffee +++ b/spec/spec-suite.coffee @@ -27,11 +27,6 @@ setSpecDirectory = (specDirectory) -> runAllSpecs = -> {resourcePath} = atom.getLoadSettings() - # Only run core specs when resource path is the Atom repository - if Git.exists(resourcePath) - requireSpecs(path.join(resourcePath, 'spec')) - setSpecType('core') - fixturesPackagesPath = path.join(__dirname, 'fixtures', 'packages') packagePaths = atom.packages.getAvailablePackageNames().map (packageName) -> atom.packages.resolvePackagePath(packageName)