spec/relish/commands/dsl/command_spec.rb in relish-0.0.9 vs spec/relish/commands/dsl/command_spec.rb in relish-0.1.0
- old
+ new
@@ -3,9 +3,11 @@
module Relish
module Command
module Dsl
describe Command do
+ it_should_behave_like 'a Dsl that utilizes ContextClass'
+
describe '#define' do
let(:context_class) { Class.new }
let(:command) { described_class.new(context_class) }
let(:the_instance) { context_class.new }
\ No newline at end of file