Skip to content

Commit

Permalink
Added specs for CLI::Commands::Update's man page.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 4, 2024
1 parent 9b88d6e commit 48f0e1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/cli/commands/update_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'spec_helper'
require 'ronin/repos/cli/commands/update'
require_relative 'man_page_example'

describe Ronin::Repos::CLI::Commands::Update do
include_examples "man_page"
end

0 comments on commit 48f0e1c

Please sign in to comment.