lib/testlab/user.rb in testlab-0.6.15 vs lib/testlab/user.rb in testlab-0.6.16
- old
+ new
@@ -25,12 +25,12 @@
attribute :gid
attribute :primary, :default => false
def initialize(*args)
- super(*args)
-
@ui = TestLab.ui
+
+ super(*args)
end
end
end