Skip to content

Commit

Permalink
update counters
Browse files Browse the repository at this point in the history
  • Loading branch information
mockdeep committed Dec 15, 2014
1 parent ec6ec9f commit 08b5743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -16,16 +16,16 @@ Support this project

Roadmap
-------
1. get code coverage up to 100% -> currently 45.49%
1. get code coverage up to 100% -> currently 45.93%
- -> controllers
- models
- helpers
- remove lib code to gems where possible
- remove unused lib code where possible
- libs
- any stragglers
2. add spec files for every method (use "spec_me" tags, 1163 and counting)
3. mutation test every method (use "heckle_me" tags, 1649 left)
2. add spec files for every method (use "spec_me" tags, 1154 and counting)
3. mutation test every method (use "heckle_me" tags, 1642 left)
4. upgrade to Ruby 1.9
5. set up Rubocop and clean up code quality
6. integration test and move vendored gems to Gemfile
Expand Down
2 changes: 1 addition & 1 deletion app/models/mailer.rb
Expand Up @@ -20,7 +20,7 @@ def self.default_url_options # spec_me cover_me heckle_me
# Example:
# issue_add(issue) => tmail object
# Mailer.deliver_issue_add(issue) => sends an email to issue recipients
def issue_add(issue) # cover_me heckle_me
def issue_add(issue) # heckle_me
redmine_headers 'Project' => issue.project.identifier,
'Issue-Id' => issue.id,
'Issue-Author' => issue.author.login
Expand Down

0 comments on commit 08b5743

Please sign in to comment.