Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
backbone-nested-models
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1b9359a4
authored
2014-04-07 13:51:33 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add beforeEach and jasmine globals for spec files.
1 parent
a4e92c5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
Gruntfile.js
Gruntfile.js
View file @
1b9359a
...
...
@@ -206,10 +206,12 @@ module.exports = function (grunt) {
specs
:
{
options
:
{
globals
:
{
beforeEach
:
false
,
define
:
false
,
describe
:
false
,
expect
:
false
,
it
:
false
,
jasmine
:
false
,
}
},
files
:
{
...
...
Please
register
or
sign in
to post a comment