Sha256: 744bd6269452f9787da9ba448eba878bcc11443877643964497639342f960def

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 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::ConflictWhileCopyingDialog do
  it "works" do
    parent = Gtk::Window.new :toplevel
    library = instance_double(Alexandria::Library, name: "Bar Library")
    book = instance_double(Alexandria::Book, title: "Foo Book")
    expect { described_class.new parent, library, book }.not_to raise_error
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.10 spec/alexandria/ui/conflict_while_copying_dialog_spec.rb