lib/cucumber/chef/container.rb in cucumber-chef-3.0.0.rc.3 vs lib/cucumber/chef/container.rb in cucumber-chef-3.0.0.rc.4

- old
+ new

@@ -23,10 +23,10 @@ module Chef class ContainerError < Error; end class Container < ZTK::DSL::Base - belongs_to :ecosystem, :class_name => "Cucumber::Chef:Ecosystem" + belongs_to :ecosystem, :class_name => "Cucumber::Chef::Ecosystem" attribute :name attribute :ip attribute :mac attribute :persist