Hello,

  

I have a project LockJar[0] that manages Java Jars for Ruby, manually it does
transitive resolution using Maven's Aether lib. So far I have had flaky
support for Buildr and am finally looking to shore it up a bit by spinning it
out to a new gem[1]. My question is what is the best way to handle integration
testing with Buildr? Ideally I want to invoke a Buidlr task from a rspec and
assert it created the correct LockJar lockfiles.

  

thanks,

Michael

  

0: https://github.com/mguymon/lock_jar

1: https://github.com/mguymon/lock_jar-buildr

Reply via email to