Sha256: 7b5657195d9f9c2ec30f4d6215351e89820b1aa693d1e26e47f041eed0bc5615
Contents?: true
Size: 334 Bytes
Versions: 4
Compression:
Stored size: 334 Bytes
Contents
# 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::ErrorDialog do it "works" do parent = Gtk::Window.new :toplevel described_class.new parent, "Boom", "It went boom" end end
Version data entries
4 entries across 4 versions & 1 rubygems