Sha256: 0da8565d60ccddbf7e7bd9a60571c0c84001e79711ea63994cdf9f82261eeb73

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 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::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

4 entries across 4 versions & 1 rubygems

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