Skip to content

Commit

Permalink
fix dropped attribute accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 18, 2013
1 parent b799a81 commit ca4f737
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/tests/InternetDevices.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
#
#**************************************************************************
module Yast

class NetworkInterfacesClass < Module
attr_writer :initialized
end

class InternetDevicesClient < Client
def main
Yast.include self, "testsuite.rb"
Expand Down

0 comments on commit ca4f737

Please sign in to comment.