MCPcopy Index your code
hub / github.com/codecombat/codecombat / boot.js

File boot.js

app/assets/javascripts/boot.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 Starting with version 2.0, this file "boots" Jasmine, performing all of the necessary initialization before executing the loaded environment and all of a project's specs. This file should be loaded after `jasmine.js`, but before any project source files or spec files are loaded. Thus this file can also be used to customize Jasmine for a project.
3
4 If a project is using Jasmine via the standalone distribution, this file can be customized directly. If a project is using Jasmine via the [Ruby gem][jasmine-gem], this file can be copied into the support directory via `jasmine copy_boot_js`. Other environments (e.g., Python) will have different mechanisms.

Callers

nothing calls this directly

Calls 4

extendFunction · 0.85
applyMethod · 0.80
executeMethod · 0.80
initializeMethod · 0.45

Tested by

no test coverage detected