lib/testlab/user.rb in testlab-0.5.0 vs lib/testlab/user.rb in testlab-0.5.1
- old
+ new
@@ -7,19 +7,21 @@
#
# @author Zachary Patten <zachary AT jovelabs DOT com>
class User < ZTK::DSL::Base
# Sub-Modules
- autoload :Actions, 'testlab/user/actions'
+ autoload :Lifecycle, 'testlab/user/lifecycle'
- include TestLab::User::Actions
+ include TestLab::User::Lifecycle
# Associations and Attributes
belongs_to :container, :class_name => 'TestLab::Container'
attribute :user
attribute :password
- attribute :keys
+
+ attribute :identity
+
attribute :uid
attribute :gid
attribute :primary, :default => false