Skip to content

Commit

Permalink
Mock also the password widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jan 27, 2017
1 parent 127839e commit e811e9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/inst_casp_overview_test.rb
Expand Up @@ -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
Expand Down

0 comments on commit e811e9c

Please sign in to comment.