Sha256: 5b2275fb948146445028c5c9ace175a2aba4c378840b1b04df8da93e2c87fbdb

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 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::UIManager do
  it "works" do
    main_app = instance_double(Alexandria::UI::MainApp)
    described_class.new main_app
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.5 spec/alexandria/ui/ui_manager_spec.rb
alexandria-book-collection-manager-0.7.4 spec/alexandria/ui/ui_manager_spec.rb