mirror of
https://github.com/atom/atom.git
synced 2026-02-11 07:05:11 -05:00
5 lines
135 B
CoffeeScript
5 lines
135 B
CoffeeScript
fs = require 'fs'
|
|
require 'spec-helper'
|
|
|
|
require path for path in fs.listTree(atom.loadPath + "/spec") when /-spec\.coffee$/.test path
|