Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 27, 2017
1 parent 902ea7d commit 3a7217d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Empty file.
10 changes: 10 additions & 0 deletions test/inst_casp_overview_test.rb
Expand Up @@ -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
Expand Down

0 comments on commit 3a7217d

Please sign in to comment.