Sha256: fd186828b299e6e718c5b716efbdfaf6d2275d60caa31ae84894602ce1981d2d

Contents?: true

Size: 251 Bytes

Versions: 2

Compression:

Stored size: 251 Bytes

Contents

require "kikeru/window"

class WindowTest < Test::Unit::TestCase
  def setup
    @window = Kikeru::Window.new
  end

  def test_add_container
    container = %w(a, b, c)
    mock(container).shift { "a" }
    @window.add_container(container)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kikeru-0.0.2 test/test-window.rb
kikeru-0.0.1 test/test-window.rb