Sha256: 1acd6b7540a311d7bc68fb0294b5564e5afb290eadd33477650a1f9bb4c170cb
Contents?: true
Size: 353 Bytes
Versions: 5
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true # frozen_string_literal: true # This file is part of Alexandria. # # See the file README.md for authorship and licensing information. require_relative "../../spec_helper" describe Alexandria::UI::MainApp do it "is a singleton" do expect do described_class.new end.to raise_error NoMethodError end end
Version data entries
5 entries across 5 versions & 1 rubygems