Sha256: fdc9a4e3f31eb9bfb33d378e5545a282ac815c109f2ada099b4e33dde0550d98
Contents?: true
Size: 244 Bytes
Versions: 7
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true describe PUNK do describe '.init' do it 'cannot be called twice' do expect { described_class.init }.to raise_error(PUNK::InternalServerError, "Cannot call PUNK.init multiple times!") end end end
Version data entries
7 entries across 7 versions & 1 rubygems