Sha256: a4c2e35cbfaf291f3b9f44d8100fa19111a65493831abc85e128b6937a26714b

Contents?: true

Size: 667 Bytes

Versions: 15

Compression:

Stored size: 667 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?(:_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?(:_mode_switch_).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.29 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.28 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.27 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.26 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.25 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.24 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.23 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.22 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.21 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.20 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.19 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.18 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.17 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.16 test/lib/vedeu/bindings/system_test.rb
vedeu-0.6.15 test/lib/vedeu/bindings/system_test.rb