Add test for Mutant::Integration#all_tests
This commit is contained in:
parent
89b4774eb1
commit
13516a0cc7
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@ describe Mutant::Integration do
|
|||
|
||||
let(:object) { class_under_test.new }
|
||||
|
||||
describe '#all_tests' do
|
||||
subject { object.all_tests }
|
||||
|
||||
it { should eql([]) }
|
||||
it_should_behave_like 'an idempotent method'
|
||||
end
|
||||
|
||||
describe '#setup' do
|
||||
subject { object.setup }
|
||||
it_should_behave_like 'a command method'
|
||||
|
|
Loading…
Add table
Reference in a new issue