Sha256: ae9e4363fa28799d0d426ba20e1500210c2d55c8c7756c3f8687fbc4090f724b
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 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::AlertDialog do it "works" do parent = Gtk::Window.new :toplevel described_class.new(parent, "Hello", Gtk::Stock::DIALOG_QUESTION, [[Gtk::Stock::CANCEL, :cancel]], "Hi there") end end
Version data entries
4 entries across 4 versions & 1 rubygems