Sha256: dab34e26689921610e9b3efd63258645a9ac2a2b8497e727c03cf4485d9e2f3e

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 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::ReallyDeleteDialog do
  it "works" do
    library = instance_double(Alexandria::Library, name: "Bar Library", empty?: false, size: 12)
    parent = Gtk::Window.new :toplevel
    described_class.new parent, library
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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