├── Commands ├── Run Examples.tmCommand ├── alternate file.tmCommand └── update bundle.tmCommand ├── README.md ├── Snippets ├── after each.tmSnippet ├── any.tmSnippet ├── before each.tmSnippet ├── describe.tmSnippet ├── expect not to be defined.tmSnippet ├── expect not to be falsy.tmSnippet ├── expect not to be null.tmSnippet ├── expect not to be truthy.tmSnippet ├── expect not to contain.tmSnippet ├── expect not to equal.tmSnippet ├── expect not to match.tmSnippet ├── expect not.tmSnippet ├── expect to be defined.tmSnippet ├── expect to be falsy.tmSnippet ├── expect to be null.tmSnippet ├── expect to be truthy.tmSnippet ├── expect to contain.tmSnippet ├── expect to equal.tmSnippet ├── expect to match.tmSnippet ├── expect was called with.tmSnippet ├── expect was called.tmSnippet ├── expect was not called with.tmSnippet ├── expect was not called.tmSnippet ├── expect.tmSnippet ├── it.tmSnippet ├── runs.tmSnippet ├── spy on and call fake.tmSnippet ├── spy on and call through.tmSnippet ├── spy on and return.tmSnippet ├── spy on and throw.tmSnippet ├── spy on.tmSnippet └── waits.tmSnippet ├── Support └── lib │ └── jasmine │ └── switch_command.rb ├── Syntaxes └── Jasmine.tmLanguage └── info.plist /Commands/Run Examples.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Commands/Run Examples.tmCommand -------------------------------------------------------------------------------- /Commands/alternate file.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Commands/alternate file.tmCommand -------------------------------------------------------------------------------- /Commands/update bundle.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Commands/update bundle.tmCommand -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/README.md -------------------------------------------------------------------------------- /Snippets/after each.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/after each.tmSnippet -------------------------------------------------------------------------------- /Snippets/any.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/any.tmSnippet -------------------------------------------------------------------------------- /Snippets/before each.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/before each.tmSnippet -------------------------------------------------------------------------------- /Snippets/describe.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/describe.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not to be defined.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not to be defined.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not to be falsy.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not to be falsy.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not to be null.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not to be null.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not to be truthy.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not to be truthy.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not to contain.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not to contain.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not to equal.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not to equal.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not to match.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not to match.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect not.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect not.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect to be defined.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect to be defined.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect to be falsy.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect to be falsy.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect to be null.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect to be null.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect to be truthy.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect to be truthy.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect to contain.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect to contain.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect to equal.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect to equal.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect to match.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect to match.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect was called with.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect was called with.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect was called.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect was called.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect was not called with.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect was not called with.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect was not called.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect was not called.tmSnippet -------------------------------------------------------------------------------- /Snippets/expect.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/expect.tmSnippet -------------------------------------------------------------------------------- /Snippets/it.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/it.tmSnippet -------------------------------------------------------------------------------- /Snippets/runs.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/runs.tmSnippet -------------------------------------------------------------------------------- /Snippets/spy on and call fake.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/spy on and call fake.tmSnippet -------------------------------------------------------------------------------- /Snippets/spy on and call through.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/spy on and call through.tmSnippet -------------------------------------------------------------------------------- /Snippets/spy on and return.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/spy on and return.tmSnippet -------------------------------------------------------------------------------- /Snippets/spy on and throw.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/spy on and throw.tmSnippet -------------------------------------------------------------------------------- /Snippets/spy on.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/spy on.tmSnippet -------------------------------------------------------------------------------- /Snippets/waits.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Snippets/waits.tmSnippet -------------------------------------------------------------------------------- /Support/lib/jasmine/switch_command.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Support/lib/jasmine/switch_command.rb -------------------------------------------------------------------------------- /Syntaxes/Jasmine.tmLanguage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/Syntaxes/Jasmine.tmLanguage -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pivotalexperimental/jasmine-tmbundle/HEAD/info.plist --------------------------------------------------------------------------------