Sha256: 701160f2ebd1f6f381f35ae111300e9c82b7dcbf42e1cf615b795407f8f02e97
Contents?: true
Size: 263 Bytes
Versions: 35
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' module Quby::Questionnaires::Entities describe Panel do it "should be possible to make without options" do expect { Quby::Questionnaires::Entities::Panel.new }.to_not raise_error end end end
Version data entries
35 entries across 35 versions & 1 rubygems