You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't manage to make the rspec samples work and keep getting the following error: SyntaxError: -e:35: syntax error, unexpected kEND
Might it be coming from the script generated by RSpecMavenTestScriptFactory ?
Here's the full stack:
mvn rspec:test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building distribution 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- rspec-maven-plugin:1.1.3:test (default-cli) @ distribution ---
[INFO]
[INFO] run with jruby 1.7.22
[INFO]
[INFO] io/console not supported; tty will not be manipulated
[INFO] SyntaxError: -e:35: syntax error, unexpected kEND
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.093 s
[INFO] Finished at: 2016-03-17T17:15:11+01:00
[INFO] Final Memory: 11M/149M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:rspec-maven-plugin:1.1.3:test (default-cli) on project distribution: Unable to read test
report file: C:\Temp\distribution\target\rspec-report.html -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
I can't manage to make the rspec samples work and keep getting the following error:
SyntaxError: -e:35: syntax error, unexpected kEND
Might it be coming from the script generated by RSpecMavenTestScriptFactory ?
Here's the full stack:
and my pom.xml:
The text was updated successfully, but these errors were encountered: