We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7203f commit 592c021Copy full SHA for 592c021
rspec-maven-plugin/src/it/without-specs-path/verify.bsh
@@ -3,8 +3,8 @@ import org.codehaus.plexus.util.FileUtils;
3
4
5
String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
6
-String expected = "does not exists - skipping RSpec test";
+String expected = "does not exist - skipping RSpec test";
7
if ( !log.contains( expected ) )
8
{
9
throw new RuntimeException( "log file does not contain '" + expected + "'" );
10
-}
+}
0 commit comments