Jasmine Resources Plugin

  • Tags : javascript, bdd, jasmine
  • Latest : 0.1.1
  • Last Updated: 01 February 2012
  • Grails version : 1.3.7 > *
  • Authors : Vladimír Oraný
0 vote
Dependency :
compile ":jasmine-resources:0.1.1"

Documentation

Summary

Jasmine resources plugin bundled with 1.1.0 release.

Installation

grails install-plugin jasmine-resources

Description

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.

Sources on GitHub