Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 634 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 634 Bytes

Grails Jasmine Resources Plugin

This plugin adds Jasmine resources to the Grails Application.

It uses new Resources Plugin to handle resources gracefully. Just let your Jasmine Specs depend on 'jasmine' module and it's done. There is also controller for standalone manual testing. Just navigate to <app>/jasmine/<module-name> to see the results.

If jQuery plugin is installed it automatically adds jQuery Jasmine script.

To install the plugin just type

  grails install-plugin jasmine-resources