pulsar/spec
2015-10-07 15:25:05 -05:00
..
fixtures 🔥 Remove deprecations from global atom module 2015-09-22 10:37:05 -06:00
integration In integration tests, handle executable path with spaces in it 2015-10-05 16:49:35 -07:00
atom-protocol-handler-spec.coffee Fix linter errors 2015-09-18 20:48:50 -06:00
atom-reporter.coffee Remove logging 2015-09-18 20:48:51 -06:00
atom-spec.coffee Remove last Atom static methods 2015-10-07 15:24:54 -05:00
babel-spec.coffee Replace 'use babel' -> '@babel' in comment directive 2015-08-20 11:58:46 -07:00
buffered-node-process-spec.coffee Suppress deprecations in BufferedNodeProcess 2015-02-04 15:27:17 -08:00
buffered-process-spec.coffee Add BufferedProcess spec for invoking callbacks 2015-04-29 09:43:41 -07:00
clipboard-spec.coffee Add Clipboard::readWithMetadata 2014-02-03 13:20:28 -08:00
command-installer-spec.coffee Don't use atom global in default commands 2015-10-07 15:24:55 -05:00
command-registry-spec.coffee Preserve all event properties when dispatching commands 2015-09-18 15:53:44 -07:00
compile-cache-spec.coffee Add CompileCache spec 2015-08-21 14:47:32 -07:00
config-spec.coffee Use key-path-helpers module instead of underscore-plus 2015-09-28 17:27:15 -07:00
context-menu-manager-spec.coffee Build ContextMenuManager in Atom environment constructor 2015-10-07 15:24:52 -05:00
custom-gutter-component-spec.coffee 💚 Adapt specs to pass atom.views in ctors 2015-10-07 15:25:02 -05:00
default-directory-provider-spec.coffee Revert "Merge pull request #6977 from atom/revert-6813-local-initial-paths" 2015-05-27 11:18:15 -07:00
default-directory-searcher-spec.coffee Spy on Task::terminate instead of passing an obj through 2015-07-29 11:48:49 -07:00
deserializer-manager-spec.coffee Return a Disposable instance from DeserializerManager::add 2014-09-30 12:58:10 -06:00
display-buffer-spec.coffee Don’t use atom.packages global in TokenizedBuffer 2015-10-07 15:25:00 -05:00
dom-element-pool-spec.coffee Release free nodes after destroying TextEditor 2015-09-15 10:36:47 +02:00
git-repository-provider-spec.coffee Clean up *nix-specific paths in spec 2015-10-01 09:41:24 -04:00
git-spec.coffee Construct Project during Atom environment construction 2015-10-07 15:24:55 -05:00
grammars-spec.coffee Build GrammarRegistry in Atom environment constructor 2015-10-07 15:24:52 -05:00
gutter-container-component-spec.coffee 💚 Adapt specs to pass atom.views in ctors 2015-10-07 15:25:02 -05:00
gutter-container-spec.coffee Destroy a TextEditor's Gutters when it is destroyed 2015-08-21 12:55:22 -07:00
gutter-spec.coffee [Gutter] Fix coffeescript style issues 2015-04-22 07:29:00 -07:00
jasmine-test-runner.coffee Don't use atom globals in StylesElement 2015-10-07 15:25:02 -05:00
language-mode-spec.coffee Use raw buffer text (w/o invisibles) when testing decreaseIndentRegex 2015-06-17 12:07:42 -07:00
menu-manager-spec.coffee Build MenuManager in Atom environment constructor 2015-10-07 15:24:52 -05:00
module-cache-spec.coffee Assert that resolved atom shell module paths exist 2014-10-15 13:12:42 -07:00
notification-manager-spec.coffee Notification::getTimestamp() 2014-11-24 14:58:21 -08:00
notification-spec.coffee Remove string detail check 2015-07-07 13:46:53 -07:00
package-manager-spec.coffee Build GrammarRegistry in Atom environment constructor 2015-10-07 15:24:52 -05:00
package-spec.coffee Don't use atom.{config,styles} global in Package 2015-10-07 15:25:05 -05:00
pane-container-element-spec.coffee Don't use atom globals in PaneAxisElement 2015-10-07 15:25:01 -05:00
pane-container-spec.coffee Move PaneContainer.deserialize to an instance method 2015-10-07 15:24:55 -05:00
pane-element-spec.coffee Don't use atom globals in PaneElement 2015-10-07 15:25:01 -05:00
pane-spec.coffee Move PaneContainer.deserialize to an instance method 2015-10-07 15:24:55 -05:00
panel-container-element-spec.coffee Don't use atom globals in PanelContainerElement 2015-10-07 15:25:01 -05:00
panel-container-spec.coffee Remove view registry references from the workspace model layer 2014-12-01 16:28:33 -08:00
panel-element-spec.coffee Don't use atom.views global in PanelElement 2015-10-07 15:25:00 -05:00
panel-spec.coffee Set ::visible to false on panels when they are destroyed 2014-12-09 13:41:33 -07:00
project-spec.coffee Move TextEditor construction to Workspace 2015-10-07 15:24:56 -05:00
random-editor-spec.coffee Parameterize config on editor instead of using global atom.config 2015-10-07 15:24:58 -05:00
row-map-spec.coffee Kill stray console.log 2014-02-02 19:29:54 +06:00
selection-spec.coffee Parameterize config on editor instead of using global atom.config 2015-10-07 15:24:58 -05:00
spec-helper-platform.coffee 💄 Remove unneeded requires, variables, commas, and parens 2013-12-31 15:05:34 -08:00
spec-helper.coffee Reset commands in AtomEnvironment::reset 2015-10-07 15:25:01 -05:00
squirrel-update-spec.coffee Catch errors spawning squirrel 2015-01-07 10:24:19 -08:00
style-manager-spec.coffee Build StyleManager in Atom environment constructor 2015-10-07 15:24:51 -05:00
styles-element-spec.coffee Don't use atom globals in StylesElement 2015-10-07 15:25:02 -05:00
task-spec.coffee Guard against missing stdout/stderr 2015-07-07 09:50:07 -07:00
text-editor-component-spec.coffee Reset view registry in AtomEnvironment::reset 2015-10-07 15:25:02 -05:00
text-editor-element-spec.coffee Parameterize config on editor instead of using global atom.config 2015-10-07 15:24:58 -05:00
text-editor-presenter-spec.coffee Don't use atom globals in TextEditorElement 2015-10-07 15:25:01 -05:00
text-editor-spec.coffee Parameterize config on editor instead of using global atom.config 2015-10-07 15:24:58 -05:00
text-utils-spec.coffee 🎨 2015-09-14 18:22:31 +02:00
theme-manager-spec.coffee Get ThemeManager specs passing after removing deprecations 2015-09-22 10:37:13 -06:00
time-reporter.coffee Cleanup code according to coffeelint 2014-08-14 19:41:49 +02:00
token-iterator-spec.coffee Don't use atom globals in TokenizedBuffer 2015-10-07 15:25:02 -05:00
tokenized-buffer-spec.coffee Don't use atom globals in TokenizedBuffer 2015-10-07 15:25:02 -05:00
tokenized-line-spec.coffee Move TextEditor construction to Workspace 2015-10-07 15:24:56 -05:00
tooltip-manager-spec.coffee Fix tooltip manager specs 2015-10-07 15:24:51 -05:00
typescript-spec.coffee Use source-map-support to handle stack trace conversion 2015-08-19 17:55:29 -07:00
view-registry-spec.coffee Don’t use jQuery in view-registry-spec 2015-09-18 20:48:47 -06:00
window-event-handler-spec.coffee Handle window/document events in startEditorWindow and remove initialize 2015-10-07 15:24:54 -05:00
workspace-element-spec.coffee Move panel containers specs to workspace-element-spec 2015-09-18 20:48:43 -06:00
workspace-spec.coffee Don't use atom.confirm in Workspace 2015-10-07 15:25:02 -05:00