spec/lib/jenkinsfile_runner/commands/help_spec.rb (5 lines of code) (raw):

require 'spec_helper' RSpec.describe JenkinsfileRunner::Commands::Init do subject(:subject) { described_class.new([]) } it { is_expected.to respond_to(:run) } end