Skip to content

Commit

Permalink
add smoke dialog tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 28, 2017
1 parent 0d191da commit e90c299
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/y2ntp_client/dialog/main_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require_relative "../../test_helper"

require "cwm/rspec"
require "y2ntp_client/dialog/main"

describe Y2NtpClient::Dialog::Main do
include_examples "CWM::Dialog"
end
8 changes: 8 additions & 0 deletions test/y2ntp_client/dialog/pool_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require_relative "../../test_helper"

require "cwm/rspec"
require "y2ntp_client/dialog/pool"

describe Y2NtpClient::Dialog::Pool do
include_examples "CWM::Dialog"
end

0 comments on commit e90c299

Please sign in to comment.