Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
comment one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Mar 30, 2013
1 parent 805e048 commit d82b1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* [![CI](http://ci.gitlab.org/projects/5/status?ref=master)](http://ci.gitlab.org/projects/5?ref=master)

* [![build status](https://secure.travis-ci.org/gitlabhq/grit.png)](https://secure.travis-ci.org/gitlabhq/grit)
* [![build status](https://secure.travis-ci.org/gitlabhq/grit.png)](https://travis-ci.org/gitlabhq/grit)

* [![Code Climate](https://codeclimate.com/github/gitlabhq/grit.png)](https://codeclimate.com/github/gitlabhq/grit)

Expand Down
2 changes: 1 addition & 1 deletion test/test_commit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ def test_to_patch
assert patch.include?('Subject: [PATCH] fix tests on other machines')
# TODO: find out why fail on travis.
#assert patch.include?('test/test_reality.rb | 30 +++++++++++++++---------------')
#assert patch.include?("1.7.")
assert patch.include?('@@ -1,17 +1,17 @@')
assert patch.include?('+# recurse(t)')
assert patch.include?("1.7.")
end

# patch_id
Expand Down

0 comments on commit d82b1a1

Please sign in to comment.