Sha256: f28d09ea3a57bcc6c503d0ef680abbc2a7ad8a7fd410159e312543d137d5b671
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 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::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
4 entries across 4 versions & 1 rubygems