Sha256: 512cebfecd88775b5a3251c5f3a8da6b924605f1a063d1555f3afb72de637890
Contents?: true
Size: 454 Bytes
Versions: 2
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 File.dirname(__FILE__) + "/../../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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alexandria-book-collection-manager-0.7.5 | spec/alexandria/ui/iconview_spec.rb |
alexandria-book-collection-manager-0.7.4 | spec/alexandria/ui/iconview_spec.rb |