Fix link to wrong version of Jasmine

Applies to #5354
This commit is contained in:
Lee Dohm
2015-02-02 17:37:50 -08:00
parent 5dea6e7d12
commit 0d169f0516

View File

@@ -1,6 +1,6 @@
# Writing specs
Atom uses [Jasmine](http://jasmine.github.io/2.0/introduction.html) as its spec framework. Any new functionality should have specs to guard against regressions.
Atom uses [Jasmine](http://jasmine.github.io/1.3/introduction.html) as its spec framework. Any new functionality should have specs to guard against regressions.
## Create a new spec