free_mutant/spec/shared/command_method_behavior.rb

8 lines
119 B
Ruby
Raw Normal View History

# encoding: utf-8
shared_examples_for 'a command method' do
it 'returns self' do
should equal(object)
end
end