Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangrundig committed Jun 27, 2014
1 parent 043b874 commit 140da06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KarmaTestRunnerGrailsPlugin.groovy
@@ -1,5 +1,5 @@
class KarmaTestRunnerGrailsPlugin {
def version = "0.3.0"
def version = "0.2.1"
def grailsVersion = "2.0 > *"
def pluginExcludes = [
"src/docs/**/*",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ Note: When this plugin is published to grailsCentral the documentation will be t
A complete grails application which uses this plugin as a reference can be found at [Grails Angular Phonecat project](https://github.com/FlorianGrundig/grails-angular-phonecat)

##IMPORTANT
* please reinstall karma-remote-reporter to a version >= v0.1.3 which fixes critical errors when reporting the test results
* please reinstall karma-remote-reporter to a version >= v0.1.3 which fixes critical errors when reporting the test results and is compatible with karma 0.12.x
* The plugin currently fails when running on grails 2.3.x with forked test execution.

##History
Expand Down

0 comments on commit 140da06

Please sign in to comment.