
* 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
12 lines
190 B
Ruby
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
|
|
}
|