Mitchell Hashimoto
0c0d456db2
Add `--force` flag to `box add` [GH-631]
2012-01-10 20:37:33 -08:00
Mitchell Hashimoto
7eafb5fc1f
Acceptance test that we can't add boxes with the same name
2012-01-10 18:45:38 -08:00
Mitchell Hashimoto
963bdff9fd
Use Vagrant::Util::Subprocess for acceptance tests
2011-12-22 21:46:43 -08:00
Mitchell Hashimoto
c41e758a0a
box acceptance tests passing again
2011-12-10 13:35:03 -08:00
Mitchell Hashimoto
a8909cbb0b
Acceptance tests now take a "box_directory" instead of paths to individual boxes
2011-11-13 13:49:21 -08:00
Mitchell Hashimoto
8787c4b876
Acceptance tests: Get rid of remaining "assert" statements
2011-11-08 23:09:04 -08:00
Mitchell Hashimoto
4443a323e5
Create the output matcher, switch to RSpec style matchers
2011-11-08 23:03:15 -08:00
Mitchell Hashimoto
87bc6ec63f
RSpec is coming in for acceptance tests. More details follow...
...
RSpec was chosen to be used for acceptance tests for many reasons:
* The tests are actually much cleaner now. It is clearer to see what
is being tested, and what is being used for setup.
* Matcher transition will be coming soon. This will really clean up
a lot of the "assert" boilerplate all over. There was a lot of repetition
in this area.
* Shared examples will help greatly for testing common error cases
for many commands.
* The test runner for RSpec is simply much better. Being able to specify
the exact test to run by line, for example, is a great help.
2011-11-06 23:47:23 -08:00
Mitchell Hashimoto
bb09b249b6
Use output helpers instead of direct regex's in tests.
...
We're not trying to test the format of the output, we're trying
to test the meaning of the output, so hide that state away in
another class.
2011-11-05 14:59:17 -07:00
Mitchell Hashimoto
55f2ac3f54
Isolated env will log output of command as it comes. Update tests.
2011-11-05 14:44:24 -07:00
Mitchell Hashimoto
56d4a7f14e
Digest/SHA1 not required here
2011-11-05 13:30:57 -07:00
Mitchell Hashimoto
08daf11580
Add loggers to acceptance tests
2011-11-03 23:07:51 -07:00
Mitchell Hashimoto
9a551837d6
Tests for removing and repackaging a box
2011-11-03 23:05:06 -07:00
Mitchell Hashimoto
d9d8029783
Test that adding an invalid box results in an error
2011-11-03 22:22:19 -07:00
Mitchell Hashimoto
cab1e4e49b
Make the file download the default for `vagrant box add`. Tests.
2011-11-03 21:56:38 -07:00
Mitchell Hashimoto
c9cf2867ea
Some `vagrant box` tests
2011-11-03 21:38:15 -07:00
Mitchell Hashimoto
b3e4efb786
Basic box tests
2011-11-02 21:42:09 -07:00