Sha256: d656aa1edb2b9ae12af5f2d2cf1798754f999463a730067e2133d1be983c2455

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 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::SidePaneManager do
  it "works" do
    library_listview = instance_double(Gtk::TreeView).as_null_object
    parent = instance_double(Alexandria::UI::UIManager, main_app: nil, append_library: nil)
    described_class.new library_listview, parent
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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