TODO
This commit is contained in:
parent
745c82534b
commit
f98d79ce10
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ guard :bundler do
|
|||
watch('Gemfile')
|
||||
end
|
||||
|
||||
guard :rspec, :cli => '--fail-fast --backtrace', :all_on_start => false, :all_after_pass => false do
|
||||
guard :rspec, :cli => '--fail-fast', :all_on_start => false, :all_after_pass => false do
|
||||
# run all specs if the spec_helper or supporting files files are modified
|
||||
watch('spec/spec_helper.rb') { 'spec/unit' }
|
||||
watch(%r{\Aspec/(?:lib|support|shared)/.+\.rb\z}) { 'spec/unit' }
|
||||
|
|
1
TODO
1
TODO
|
@ -3,6 +3,7 @@ Code:
|
|||
* Fix ugly code within default parameter mutations
|
||||
* Break up lib/mutant/mutator/node/send.rb in class specific files
|
||||
* Log all warnings through reporter, so remove random $stderr.puts calls
|
||||
* Use rational to represent percent values
|
||||
|
||||
AST:
|
||||
* Use whitequarcks parser and the to be writte unparser. This fixes all RBX AST issues.
|
||||
|
|
Loading…
Reference in a new issue