Sha256: 4ed8221c667193583693f36e6c30ca5c8eded4e8e8b2c0df4bee09f3290b1dc7

Contents?: true

Size: 1.51 KB

Versions: 2

Compression:

Stored size: 1.51 KB

Contents

# frozen_string_literal: true

# Copyright (C) 2007 Joseph Method
# Copyright (C) 2011, 2014-2016 Matijs van Zuijlen
#
# Alexandria is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# Alexandria is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with Alexandria; see the file COPYING.  If not,
# write to the Free Software Foundation, Inc., 51 Franklin Street,
# Fifth Floor, Boston, MA 02110-1301 USA.

require File.dirname(__FILE__) + '/../../spec_helper'

# from completion_models
describe Gtk::Entry do
  it 'should extend Gtk::Entry'
end

describe Alexandria::UI::CompletionModels do
  it 'should work'
end

# from glade_base

describe Alexandria::UI::BuilderBase do
  it 'should be revisited'
end

# from icons

describe GdkPixbuf::Pixbuf do
  it 'should extend GdkPixbuf::PixBuf'
end

describe Alexandria::UI::Icons do
  it 'should aid identification'
end

# from libraries_combo

describe Gtk::ComboBox do
  it 'should extend Gtk::ComboBox'
end

# from multi_drag_treeview

describe Gdk::Event do
  it 'should extend Gdk::Event'
end

describe Gtk::TreeView do
  it 'should extend Gtk::TreeView'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.3 spec/alexandria/ui/ui_utilities_spec.rb
alexandria-book-collection-manager-0.7.2 spec/alexandria/ui/ui_utilities_spec.rb