Sha256: f4a5549b2471c6b77d6b65a8e56e9567ec1aa885335348825e1360d3cbcd88f8

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

# frozen_string_literal: true

# This file is part of Alexandria.
#
# See the file README.md for authorship and licensing information.

require File.dirname(__FILE__) + "/../../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

2 entries across 2 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.5 spec/alexandria/ui/alert_dialog_spec.rb
alexandria-book-collection-manager-0.7.4 spec/alexandria/ui/alert_dialog_spec.rb