spec/unit/mutest/context_spec.rb in mutest-0.0.6 vs spec/unit/mutest/context_spec.rb in mutest-0.0.7

- old
+ new

@@ -75,18 +75,18 @@ it 'returns the unqualified name' do is_expected.to eql('TestApp') end - it_should_behave_like 'an idempotent method' + it_behaves_like 'an idempotent method' end context 'with scoped constant name' do it 'returns the unqualified name' do is_expected.to eql('Literal') end - it_should_behave_like 'an idempotent method' + it_behaves_like 'an idempotent method' end end describe '#match_expressions' do subject { object.match_expressions }