spec/config_spec.rb in jbundler-0.5.4 vs spec/config_spec.rb in jbundler-0.5.5
- old
+ new
@@ -25,10 +25,10 @@
c.jarfile.must_equal 'Jarfile'
c.gemfile.must_equal 'Gemfile'
c.skip.must_equal nil
c.settings.must_equal nil
c.offline.must_equal false
- c.work_dir.must_equal 'target'
+ c.work_dir.must_equal 'pkg'
c.vendor_dir.must_equal 'vendor/jars'
end
end
it 'has following defaults without home and with local config' do