Sha256: 3015d30d4ee2f9a28c8e05c43a62e266fc42a2073f80414625750b512e35a66d

Contents?: true

Size: 685 Bytes

Versions: 1

Compression:

Stored size: 685 Bytes

Contents

require 'test_helper'

module Vedeu

  describe Viewport do

    let(:interface) {
      Interface.new({
        name:     'fluorine',
        geometry: {
          width:  30,
          height: 2,
        },
        lines: [
          { # 53
            streams: [{
              text: 'Something interesting ', # 22
            },{
              text: 'on this line ', # 13
            },{
              text: 'would be cool, eh?' # 18
            }]
          }, { # 49
            streams: [{
              text: 'Maybe a lyric, a little ditty ', # 30
            },{
              text: 'to help you unwind.',  # 19
            }]
          }
        ]
      })
    }

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.2.4 test/lib/vedeu/output/viewport_test.rb