lib/poolparty/spec.rb in auser-poolparty-1.0.0 vs lib/poolparty/spec.rb in auser-poolparty-1.1.1
- old
+ new
@@ -1,13 +1,10 @@
["core", "spec"].each do |dir|
Dir[File.join(File.dirname(__FILE__), "spec", dir, "*.rb")].each {|f| require f}
end
-class TestCloudClass < PoolParty::Cloud::Cloud
- def build_test_manifest
- reset_resources!
- realize_plugins!
-
+class TestCloudClass < PoolParty::Cloud::Cloud
+ def build_test_manifest
returning Array.new do |arr|
services.each do |service|
service.options.merge!(:name => service.name)
classpackage_with_self(service)
\ No newline at end of file