Sha256: 6efef69ea859f5c0b67c51f861a261d0bae569fb85a17e2e1ad58a7e66c800b8
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
require 'spec_helper' describe Hotcell do it { should respond_to :commands } it { should respond_to :blocks } it { should respond_to :helpers } it { should respond_to :register_command } it { should respond_to :register_helpers } it { should respond_to :escape_tags } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hotcell-0.3.0 | spec/lib/hotcell_spec.rb |
hotcell-0.2.0 | spec/lib/hotcell_spec.rb |