Sha256: dcfb9b69fb1d1e568ad6e918773b1c45dadfb21e7bbdc73a13c165b76d2967fc

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 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)
    expect { described_class.new library_listview, parent }.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/sidepane_manager_spec.rb