Sha256: 7d56de5c857d7f26f836696245fbcfc78905270f375487cf68ca03d4440b987d
Contents?: true
Size: 244 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
punk-0.4.1 | spec/lib/engine/punk_init_spec.rb |