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

- old
+ new

@@ -23,10 +23,10 @@ module Chef class EcosystemError < Error; end class Ecosystem < ZTK::DSL::Base - belongs_to :labfile, :class_name => "Cucumber::Chef:Labfile" + belongs_to :labfile, :class_name => "Cucumber::Chef::Labfile" has_many :containers, :class_name => "Cucumber::Chef::Container" attribute :name end