Sha256: e107d6a17aa39c317dce0c7bcd0b64ebf677b42abd5f40d87c591065347d4bd6
Contents?: true
Size: 287 Bytes
Versions: 22
Compression:
Stored size: 287 Bytes
Contents
RSpec.describe Metasploit::Model do context 'CONSTANTS' do context 'VERSION' do subject(:version) { described_class::VERSION } it 'is Metasploit::ERD::Version.full' do expect(version).to eq(Metasploit::Model::VERSION) end end end end
Version data entries
22 entries across 22 versions & 1 rubygems