mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 16:09:57 +03: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
|