We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dc482 commit 8b64266Copy full SHA for 8b64266
test/src/object-test.coffee
@@ -12,7 +12,7 @@ describe 'td.object', ->
12
And -> @testDouble.now.toString() == '[test double for ".now"]'
13
And -> @testDouble.otherThing == 8
14
15
- describe.only 'creating an object that is an instance of a prototypal thing', ->
+ describe 'creating an object that is an instance of a prototypal thing', ->
16
Given -> @type = class Thing
17
foo: -> 'bar'
18
When -> try td.object(new @type()) catch e then @error = e
0 commit comments