Sha256: 13ffc14d19f0863a68033a91b1339e8b82598252948764894605c8c9a9769cca

Contents?: true

Size: 437 Bytes

Versions: 4

Compression:

Stored size: 437 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::IconViewManager do
  it "works" do
    iconview = instance_double(Gtk::IconView).as_null_object
    parent = instance_double(Alexandria::UI::UIManager, iconview: iconview).as_null_object
    described_class.new iconview, 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/iconview_spec.rb
alexandria-book-collection-manager-0.7.8 spec/alexandria/ui/iconview_spec.rb
alexandria-book-collection-manager-0.7.7 spec/alexandria/ui/iconview_spec.rb
alexandria-book-collection-manager-0.7.6 spec/alexandria/ui/iconview_spec.rb