Files
cookbook-openstack-common/spec/default-suse_spec.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

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