free_mutant/test_app/spec/shared/command_method_behavior.rb
2012-11-24 22:42:05 +01:00

7 lines
119 B
Ruby

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