Sha256: b9e518f94c329429661f966e390a1c0f567cc8a44f63c4d13965f0ea108180de

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 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")
    described_class.new parent, library, book
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.9 spec/alexandria/ui/conflict_while_copying_dialog_spec.rb
alexandria-book-collection-manager-0.7.8 spec/alexandria/ui/conflict_while_copying_dialog_spec.rb
alexandria-book-collection-manager-0.7.7 spec/alexandria/ui/conflict_while_copying_dialog_spec.rb
alexandria-book-collection-manager-0.7.6 spec/alexandria/ui/conflict_while_copying_dialog_spec.rb