vagrant/test/acceptance
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
..
support RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00
base.rb RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00
box_test.rb RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00
init_test.rb RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00
ssh_test.rb RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00
up_basic_test.rb RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00
vagrant_test.rb RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00
version_test.rb RSpec is coming in for acceptance tests. More details follow... 2011-11-06 23:47:23 -08:00