Add multi subject integration spec
This commit is contained in:
parent
7a471875fc
commit
0c41c9f8e0
1 changed files with 4 additions and 0 deletions
|
@ -17,4 +17,8 @@ describe Mutant,'rspec integration' do
|
|||
specify 'fails to kill mutations when they are not covered' do
|
||||
Kernel.system("bundle exec mutant -I lib -r test_app --rspec-dm2 ::TestApp::Literal#uncovered_string").should be(false)
|
||||
end
|
||||
|
||||
specify 'fails when some mutations when are not covered' do
|
||||
Kernel.system("bundle exec mutant -I lib -r test_app --rspec-dm2 ::TestApp::Literal").should be(false)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue