Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including grunt-spec with all npm packages installed. Try it out:

require("grunt/package.json"); // grunt is a peer dependency. require("grunt-contrib-jasmine/package.json"); // grunt-contrib-jasmine is a peer dependency. require("grunt-lib-phantomjs/package.json"); // grunt-lib-phantomjs is a peer dependency. require("grunt-template-jasmine-requirejs/package.json"); // grunt-template-jasmine-requirejs is a peer dependency. require("js-yaml/package.json"); // js-yaml is a peer dependency. require("mustache/package.json"); // mustache is a peer dependency. require("read-yaml/package.json"); // read-yaml is a peer dependency. var gruntSpec = require("grunt-spec")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

grunt-spec v0.7.1

Grunt plugin which provides a spec/object generator and a simple mechanism for using requirejs as a DI container to provide jasmine spies to module specs

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free