diff --git a/test/fixtures/stub_libs/registration/widgets/registration_code.rb b/test/fixtures/stub_libs/registration/widgets/registration_code.rb new file mode 100644 index 000000000..e69de29bb diff --git a/test/inst_casp_overview_test.rb b/test/inst_casp_overview_test.rb index 6d284a28e..c6c9eb01b 100755 --- a/test/inst_casp_overview_test.rb +++ b/test/inst_casp_overview_test.rb @@ -24,6 +24,16 @@ def label end end +module Registration + module Widgets + class RegistrationCode < CWM::InputField + def label + "Registration code" + end + end + end +end + describe ::Installation::InstCaspOverview do describe "#run" do before do