diff --git a/test/inst_casp_overview_test.rb b/test/inst_casp_overview_test.rb index 11921c483..600a44781 100755 --- a/test/inst_casp_overview_test.rb +++ b/test/inst_casp_overview_test.rb @@ -34,6 +34,16 @@ def label end end +module Users + class PasswordWidget + def initialize(little_space: true) + end + def label + "Password" + end + end +end + describe ::Installation::InstCaspOverview do describe "#run" do before do