spec/javascripts/teabag/base/teabag_spec.coffee in teabag-0.3.5 vs spec/javascripts/teabag/base/teabag_spec.coffee in teabag-0.3.6
- old
+ new
@@ -15,10 +15,10 @@
expect(keys).toContain("Date")
expect(keys).toContain("location")
expect(keys).toContain("console")
- describe "@execute", ->
+ describe ".execute", ->
beforeEach ->
Teabag.defer = false
it "allows defering (thus not instantiating the runner)", ->