Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
* update tests
* version bump
  • Loading branch information
cpjolicoeur committed May 28, 2009
1 parent e404eda commit 4b2d424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cerberus/constants.rb
Expand Up @@ -4,5 +4,5 @@ module Cerberus

LOCK_WAIT = 30 * 60 #30 minutes

VERSION = '0.5.5'
VERSION = '0.6'
end
2 changes: 1 addition & 1 deletion test/functional_test.rb
Expand Up @@ -63,7 +63,7 @@ def test_build
#Check outpus that run needed tasks
assert_match /1 tests, 1 assertions, 0 failures, 0 errors/, output
assert output !~ /Task 'custom1' has been invoked/
assert_equal '[myapp] Cerberus set up for project (#2)', mail.subject
assert_equal '[myapp] Cerberus set up for project (2)', mail.subject
assert output =~ %r{http://someurl.changeset.com/2}

status_file = HOME + '/work/myapp/status.log'
Expand Down
2 changes: 1 addition & 1 deletion test/mail_publisher_test.rb
Expand Up @@ -21,6 +21,6 @@ def test_publisher
assert_equal 1, mails.size
mail = mails[0]
assert_equal 'haha', mail.from_addrs[0].address
assert_equal '[MyApp] Cerberus set up for project (#1232)', mail.subject
assert_equal '[MyApp] Cerberus set up for project (1232)', mail.subject
end
end

0 comments on commit 4b2d424

Please sign in to comment.