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