Sha256: 63a847c2d2b12607fa0348838bd3a75072f1ec5d8086f00c1a05143ace8ed44f

Contents?: true

Size: 896 Bytes

Versions: 15

Compression:

Stored size: 896 Bytes

Contents

require 'test_helper'

module Vedeu

  module Bindings

    describe System do

      context 'the system events needed by Vedeu to run are defined' do
        it { Vedeu.bound?(:_cleanup_).must_equal(true) }
        it { Vedeu.bound?(:_clear_).must_equal(true) }
        it { Vedeu.bound?(:_command_).must_equal(true) }
        it { Vedeu.bound?(:_editor_).must_equal(true) }
        it { Vedeu.bound?(:_exit_).must_equal(true) }
        it { Vedeu.bound?(:_initialize_).must_equal(true) }
        it { Vedeu.bound?(:_keypress_).must_equal(true) }
        it { Vedeu.bound?(:_log_).must_equal(true) }
        it { Vedeu.bound?(:_maximise_).must_equal(true) }
        it { Vedeu.bound?(:_mode_switch_).must_equal(true) }
        it { Vedeu.bound?(:_resize_).must_equal(true) }
        it { Vedeu.bound?(:_unmaximise_).must_equal(true) }
      end

    end # System

  end # Bindings

end # Vedeu

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vedeu-0.6.14 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.13 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.12 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.11 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.10 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.9 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.8 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.7 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.6 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.5 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.4 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.3 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.2 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.1 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.0 test/lib/vedeu/bindings/system_test.rb