visionmedia-jspec 2.4.1 → 2.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +4 -0
- data/bin/jspec +1 -1
- data/jspec.gemspec +1 -1
- data/lib/jspec.js +2 -2
- metadata +1 -1
data/History.rdoc
CHANGED
data/bin/jspec
CHANGED
data/jspec.gemspec
CHANGED
data/lib/jspec.js
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
JSpec = {
|
7
7
|
|
8
|
-
version : '2.4.
|
8
|
+
version : '2.4.2',
|
9
9
|
suites : [],
|
10
10
|
modules : [],
|
11
11
|
allSuites : [],
|
@@ -1240,7 +1240,7 @@
|
|
1240
1240
|
each(suite.specs, function(spec) {
|
1241
1241
|
suite.hook('before_each')
|
1242
1242
|
JSpec.runSpec(spec)
|
1243
|
-
suite.hook('after_each')
|
1243
|
+
suite.hook('after_each')
|
1244
1244
|
})
|
1245
1245
|
if (suite.hasSuites()) {
|
1246
1246
|
each(suite.suites, function(suite) {
|