Merge pull request #1506 from bruce-one/reactivate-tests
Remove o.only call to ensure other tests are run.
This commit is contained in:
commit
2f73e9d01d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ new function(o) {
|
||||||
|
|
||||||
o.spec("ospec", function() {
|
o.spec("ospec", function() {
|
||||||
o("skipped", function() {
|
o("skipped", function() {
|
||||||
o(1).equals(1)
|
o(true).equals(false)
|
||||||
})
|
})
|
||||||
o.only(".only()", function() {
|
o.only(".only()", function() {
|
||||||
o(2).equals(2)
|
o(2).equals(2)
|
||||||
|
|
@ -28,7 +28,7 @@ o.spec("ospec", function() {
|
||||||
o.beforeEach(function() {b = 1})
|
o.beforeEach(function() {b = 1})
|
||||||
o.afterEach(function() {b = 0})
|
o.afterEach(function() {b = 0})
|
||||||
|
|
||||||
o.only("assertions", function() {
|
o("assertions", function() {
|
||||||
var spy = o.spy()
|
var spy = o.spy()
|
||||||
spy(a)
|
spy(a)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue