Skip to content

Commit

Permalink
Add missing require of "cwm/rspec"
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 16, 2021
1 parent 91bc3a0 commit dee11e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/autoinstall/widgets/ask/password_field_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
require_relative "../../../../test_helper"
require "autoinstall/widgets/ask/password_field"
require "autoinstall/ask/question"
require "cwm/rspec"

describe Y2Autoinstall::Widgets::Ask::PasswordField do
subject { described_class.new(question) }
Expand Down

0 comments on commit dee11e8

Please sign in to comment.