Skip to content

Commit 48f0e1c

Browse files
committed
Added specs for CLI::Commands::Update's man page.
1 parent 9b88d6e commit 48f0e1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/cli/commands/update_spec.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require 'spec_helper'
2+
require 'ronin/repos/cli/commands/update'
3+
require_relative 'man_page_example'
4+
5+
describe Ronin::Repos::CLI::Commands::Update do
6+
include_examples "man_page"
7+
end

0 commit comments

Comments
 (0)