Skip to content

Commit

Permalink
fix merge regression on runnable.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 25, 2015
1 parent c077c19 commit f7abd92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions maven/jruby/src/it/runnable/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
ruby-maven (3.1.1.0.8)
ruby-maven (3.1.1.0.11)
maven-tools (~> 1.0.1)
ruby-maven-libs (= 3.1.1)
ruby-maven-libs (3.1.1)
thread_safe (0.3.4)
thread_safe (0.3.4-java)
virtus (1.0.3)
thread_safe (0.3.5-java)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
Expand All @@ -53,6 +52,4 @@ DEPENDENCIES
jbundler (= 0.7.1)
rake (~> 10.3)
rspec (~> 3.0)

BUNDLED WITH
1.10.4
ruby-maven (= 3.1.1.0.11)
2 changes: 1 addition & 1 deletion maven/jruby/src/it/runnable/verify.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
String expected = "Run RSpec code examples";
if ( !log.contains( expected ) ) throw new RuntimeException( "log file does not contain '" + expected + "'" );

expected = "uri:classloader:/Rakefile [\"-T\"]";
expected = "uri:classloader:/Rakefile []";
if ( !log.contains( expected ) ) throw new RuntimeException( "log file does not contain '" + expected + "'" );

expected = "uri:classloader:/Rakefile [\"spec\"]";
Expand Down

0 comments on commit f7abd92

Please sign in to comment.