Sha256: a17cb6028ee6eda239cd3f5b27d4aaa33461f1408ba3130fcd4234ce7dafcd3c
Contents?: true
Size: 246 Bytes
Versions: 94
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Cryptum::Event::Exit do it 'should display information for existing help method' do help_response = Cryptum::Event::Exit expect(help_response).to respond_to :help end end
Version data entries
94 entries across 94 versions & 1 rubygems