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