This repository was archived by the owner on Jan 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ Webpacker support is provided via the
1010NPM package, not this gem. ` jasmine-browser-runner ` can also be used to test
1111JavaScript in Rails applications that use the Asset Pipeline.
1212
13+ ## Deprecated
14+
15+ The ` jasmine ` and ` jasmine-core ` Ruby gems are deprecated. There will be no
16+ further releases after the end of the Jasmine 3.x series. We recommend that most
17+ users migrate to the [ jasmine-browser-runner] ( https://github.com/jasmine/jasmine-browser )
18+ npm package, which is the direct replacement for the ` jasmine ` gem.
19+
20+ If ` jasmine-browser-runner ` doesn't meet your needs, one of these might:
21+
22+ * The [ jasmine] ( https://github.com/jasmine/jasmine-npm ) npm package to run
23+ specs in Node.js.
24+ * The [ standalone distribution] ( https://github.com/jasmine/jasmine#installation )
25+ to run specs in browsers with no additional tools.
26+ * The [ jasmine-core] ( https://github.com/jasmine/jasmine ) npm package if all
27+ you need is the Jasmine assets. This is the direct equivalent of the
28+ ` jasmine-core ` Ruby gem.
29+
1330## Contents
1431This gem contains:
1532
You can’t perform that action at this time.
0 commit comments