Sha256: 2bd0096df4c1927b44d7be1c52c38c046ce38ed0fcfeab43add9e59ff72abb7e
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true require 'MonkeyKeyboardEnUs' describe 'KeyboardChar' do it 'should return the proper char that it represents' do keyboard_char = KeyboardChar.new 'a' keyboard_char.char.should == 'a' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
MonkeyEngine-2.0.0 | spec/keyboard_char_spec.rb |