Class RSpecMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="test", defaultPhase=TEST, requiresDependencyResolution=TEST) public class RSpecMojo extends AbstractTestMojo
executes the jruby command.
  • Field Details

    • rspecArgs

      @Parameter(property="rspec.args") private final String rspecArgs
      arguments for the rspec command.
    • specSourceDirectory

      @Parameter(property="rpsec.dir", defaultValue="spec") protected String specSourceDirectory
      The directory containing the RSpec source files
    • skipSpecs

      @Parameter(property="skipSpecs", defaultValue="false") protected boolean skipSpecs
      skip rspecs
    • reportName

      @Parameter(defaultValue="rspec-report.html") private String reportName
      The name of the RSpec report.
    • outputfile

      private File outputfile
    • specsDir

      private File specsDir
  • Constructor Details

    • RSpecMojo

      public RSpecMojo()
  • Method Details