Sha256: acafa926f31f85ce7c59dd8c7ab20aea1ef65cb9138fe260136e0a5ebaf73d4b
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
require 'shoes/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(:clear) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre1 | spec/shoes/keypress_spec.rb |