Files
cookbook-openstack-common/spec/spec_helper.rb
John Dewey 5df85f3706 Refactored tests
* Tests are now passing
* Removed chef-solo conditional from #memcached_server
* All tests should log if fatal encountered, this cleans up stdout
* #db_create_with_user test had a test which wouldn't occur, b/c
  the attributes have a default value
* Added a couple pending tests for the database LWRPs
2013-05-06 19:16:41 -07:00

12 lines
190 B
Ruby

require "chefspec"
::LOG_LEVEL = :fatal
::UBUNTU_OPTS = {
:platform => "ubuntu",
:version => "12.04",
:log_level => ::LOG_LEVEL
}
::CHEFSPEC_OPTS = {
:log_level => ::LOG_LEVEL
}