
* 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
10 lines
178 B
Ruby
10 lines
178 B
Ruby
require "spec_helper"
|
|
|
|
describe "openstack-common::default" do
|
|
describe "suse" do
|
|
it "configures openstack repository" do
|
|
pending "TODO: implement"
|
|
end
|
|
end
|
|
end
|