Skip to content

Instantly share code, notes, and snippets.

@kovyrin
Created March 9, 2010 19:49
Show Gist options
  • Save kovyrin/327023 to your computer and use it in GitHub Desktop.
Save kovyrin/327023 to your computer and use it in GitHub Desktop.
<plugins>
<plugin>
<groupId>org.jtestr</groupId>
<artifactId>jtestr</artifactId>
<version>0.5</version>
<configuration>
<tests>src/test/ruby</tests>
<logging>DEBUG</logging>
</configuration>
<executions>
<execution>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment