Fabio Rehm
|
164afc7839
|
package: Nicely handle optional lxc-template on base boxes when packaging
|
2014-03-21 19:30:28 -03:00 |
|
Fabio Rehm
|
2e2c2fad56
|
Convert specs to RSpec 2.99.0.beta2 syntax with Transpec
This conversion is done by Transpec 1.10.2 with the following command:
transpec
* 46 conversions
from: obj.should
to: expect(obj).to
* 20 conversions
from: obj.stub(:message)
to: allow(obj).to receive(:message)
* 10 conversions
from: == expected
to: eq(expected)
* 6 conversions
from: obj.should_receive(:message)
to: expect(obj).to receive(:message)
* 5 conversions
from: obj.should_not
to: expect(obj).not_to
* 5 conversions
from: Klass.any_instance.stub(:message) { |arg| }
to: Klass.any_instance.stub(:message) { |instance, arg| }
* 5 conversions
from: Klass.any_instance.stub(:message)
to: allow_any_instance_of(Klass).to receive(:message)
* 1 conversion
from: lambda { }.should
to: expect { }.to
|
2014-03-14 11:38:54 -03:00 |
|
Fabio Rehm
|
0aac50fa76
|
package: Add spec to check that the plugin does not blow up in case the new lxc-config file is not present
|
2014-03-13 00:57:37 -03:00 |
|
Fabio Rehm
|
38ae9441fc
|
package: lxc-config should be included when repackaging boxes
|
2014-03-13 00:57:37 -03:00 |
|
Fabio Rehm
|
aef40d5b42
|
core: Fix tests to be rspec 3.0 compatible [GH-111]
|
2014-03-13 00:57:36 -03:00 |
|
Fabio Rehm
|
09208a0d28
|
mock/stub -> double
|
2013-07-13 13:41:39 -03:00 |
|
Fabio Rehm
|
c14ca57d17
|
fire_double was deprecated in favor of instance_double
|
2013-07-13 13:41:20 -03:00 |
|
Fabio Rehm
|
8512c5ace7
|
Prevent vagrant package from blowing up
|
2013-06-08 02:07:56 -03:00 |
|
Fabio Rehm
|
51d26b00cd
|
Clean up the mess I left behind
|
2013-06-08 02:01:50 -03:00 |
|
Fabio Rehm
|
0d9d80846e
|
Add action to setup box package files
|
2013-03-30 19:18:52 -03:00 |
|