This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Dec 10 05:57:29 -0800 2008 | |
| |
README.textile | Sat Dec 13 06:37:17 -0800 2008 | |
| |
pom.xml | Fri Mar 20 14:47:23 -0700 2009 | |
| |
src/ | Fri Mar 20 14:38:18 -0700 2009 |
README.textile
INSTALLATION
git clone git://github.com/dcrec1/rspec-maven-plugin.git
cd rspec-maven-plugin
mvn install
CONFIGURATION
Just put this in your pom.xml:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rspec-maven-plugin</artifactId>
<executions>
<execution>
<id>test</id>
<phase>test</phase>
<goals>
<goal>spec</goal>
</goals>
</execution>
</executions>
</plugin>







