Skip to content

Commit

Permalink
check needed newer version of jar dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Aug 3, 2012
1 parent e53b97c commit 6977fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/jbundler.feature
Expand Up @@ -5,7 +5,7 @@ Feature: Setup classloader with JBundler
And execute "rmvn install" in "gem_with_jar"
And execute "bundle install" in "my_project"
And execute "rmvn gem exec info.rb" in "my_project"
Then the output should contain the list "org/slf4j/slf4j-simple/1.6.4/slf4j-simple-1.6.4.jar,org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar"
Then the output should contain the list "org/slf4j/slf4j-simple/1.6.6/slf4j-simple-1.6.6.jar,org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.jar,msv/isorelax/20050913/isorelax-20050913.jar,thaiopensource/jing/20030619/jing-20030619.jar,nekohtml/nekodtd/0.1.11/nekodtd-0.1.11.jar,xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar,net/sourceforge/nekohtml/nekohtml/1.9.15/nekohtml-1.9.15.jar,xerces/xercesImpl/2.9.0/xercesImpl-2.9.0.jar"

Scenario: checkout a new gem project without Gemfile.lock and setup the classloader with declared jar dependencies
Given a fresh copy of "src/example"
Expand Down

0 comments on commit 6977fa8

Please sign in to comment.