Skip to content

Commit 592c021

Browse files
Fix typo
1 parent 9d7203f commit 592c021

File tree

1 file changed

+2
-2
lines changed
  • rspec-maven-plugin/src/it/without-specs-path

1 file changed

+2
-2
lines changed

rspec-maven-plugin/src/it/without-specs-path/verify.bsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import org.codehaus.plexus.util.FileUtils;
33

44

55
String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
6-
String expected = "does not exists - skipping RSpec test";
6+
String expected = "does not exist - skipping RSpec test";
77
if ( !log.contains( expected ) )
88
{
99
throw new RuntimeException( "log file does not contain '" + expected + "'" );
10-
}
10+
}

0 commit comments

Comments
 (0)