Sha256: bb01e8d6e976fe37ec48b9d38c89da8061b8e85e28129af253fb28ce63227a1c
Contents?: true
Size: 221 Bytes
Versions: 3
Compression:
Stored size: 221 Bytes
Contents
require 'spec_helper' describe Shoes::Keypress do include_context "dsl app" subject(:keypress) { Shoes::Keypress.new app, &input_block } it "should clear" do expect(keypress).to respond_to(:remove) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shoes-core-4.0.0.pre7 | spec/shoes/keypress_spec.rb |
shoes-core-4.0.0.pre6 | spec/shoes/keypress_spec.rb |
shoes-core-4.0.0.pre5 | spec/shoes/keypress_spec.rb |