Sha256: 064fbd766d39b4d682f47f930afc2d9cafbf95c008da37efa0d6a4f06ca4ded3

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

require 'shoes/spec_helper'

describe Shoes::Keyrelease do
  include_context "dsl app"

  subject(:keyrelease) { Shoes::Keyrelease.new app, &input_block }

  it "should clear" do
    expect(keyrelease).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/keyrelease_spec.rb