Sha256: 6fb96b06c3f7a7c41aa05d932f3a3d0a4900b2f932438bf1113afb5f0ec21951

Contents?: true

Size: 230 Bytes

Versions: 7

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

require 'MonkeyKeyboardEnUs'

describe 'KeyboardChar' do
  it 'returns the proper char that it represents' do
    keyboard_char = KeyboardChar.new 'a'

    keyboard_char.char.should == 'a'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
MonkeyEngine-2.0.7 spec/keyboard_char_spec.rb
MonkeyEngine-2.0.6 spec/keyboard_char_spec.rb
MonkeyEngine-2.0.5 spec/keyboard_char_spec.rb
MonkeyEngine-2.0.4 spec/keyboard_char_spec.rb
MonkeyEngine-2.0.3 spec/keyboard_char_spec.rb
MonkeyEngine-2.0.2 spec/keyboard_char_spec.rb
MonkeyEngine-2.0.1 spec/keyboard_char_spec.rb