Skip to content

Commit 7cf2e93

Browse files
More fixes
1 parent 67c25c3 commit 7cf2e93

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jruby.versions=1.7.22,9.0.1.0
1+
jruby.versions=9.2.18.0
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
jruby.modes=1.8,1.9
21
# to allow the verify script to work
3-
#jruby.version=1.7.0.preview2
4-
jruby.version=1.6.7.2
2+
jruby.version=9.2.18.0

rspec-maven-plugin/src/it/rspec-with-jar-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<dependency>
2020
<groupId>rubygems</groupId>
21-
<artifactId>leafy-complete</artifactId>
21+
<artifactId>leafy-metrics</artifactId>
2222
<version>0.6.2</version>
2323
<type>gem</type>
2424
</dependency>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jruby.versions=1.7.22,9.0.1.0
1+
jruby.versions=9.2.18.0

rspec-maven-plugin/src/it/rspec-with-jar-dependencies/verify.bsh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ if ( !log.contains( expected ) )
99
throw new RuntimeException( "log file does not contain '" + expected + "'" );
1010
}
1111

12-
File f = new File( new File( new File( basedir, "target" ), "surefire-reports" ), "TEST-rspec-9.0.1.0.xml" );
13-
if ( !f.exists() )
14-
{
15-
throw new RuntimeException( "file does not exist: " + f );
16-
}
17-
18-
f = new File( new File( new File( basedir, "target" ), "surefire-reports" ), "TEST-rspec-1.7.22--1.9.xml" );
12+
File f = new File( new File( new File( basedir, "target" ), "surefire-reports"), "TEST-rspec.xml" );
1913
if ( !f.exists() )
2014
{
2115
throw new RuntimeException( "file does not exist: " + f );

0 commit comments

Comments
 (0)