Skip to content

Instantly share code, notes, and snippets.

@naag
Created December 13, 2010 08:26
Show Gist options
  • Save naag/738793 to your computer and use it in GitHub Desktop.
Save naag/738793 to your computer and use it in GitHub Desktop.
Gitorious functional tests failing
$ rake test:functionals
(in /var/www/gitorious)
/usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/favorites_controller_test.rb" "test/functional/merge_request_versions_controller_test.rb" "test/functional/blobs_controller_test.rb" "test/functional/pages_controller_test.rb" "test/functional/trees_controller_test.rb" "test/functional/licenses_controller_test.rb" "test/functional/projects_controller_test.rb" "test/functional/messages_controller_test.rb" "test/functional/keys_controller_test.rb" "test/functional/aliases_controller_test.rb" "test/functional/users_controller_test.rb" "test/functional/site_controller_test.rb" "test/functional/groups_controller_test.rb" "test/functional/searches_controller_test.rb" "test/functional/merge_requests_controller_test.rb" "test/functional/repositories_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/comments_controller_test.rb" "test/functional/committerships_controller_test.rb" "test/functional/admin/oauth_settings_controller_test.rb" "test/functional/admin/users_controller_test.rb" "test/functional/admin/repositories_controller_test.rb" "test/functional/commits_controller_test.rb" "test/functional/events_controller_test.rb" "test/functional/memberships_controller_test.rb"
(in /var/www/gitorious)
/var/www/gitorious/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
* DEFERRED: routing should recognizes a single glob with a format.
* DEFERRED: routing should recognizes multiple globs with a format.
Loaded suite /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
Started
..................F....F...F...FFFFFFFF....F.F.F............................FFFFFFFFFFFFFFFFFF..F........F...........FFF........F.............FFF....F....F.....F..........F.....F.................FF.F......FF...FFFFF....F...F....F..FFFFF.....F.FFF..F...F.....F....F..FF.................................................FFFFFFF.......F..F...FF.F.FF.........F....FF...........FFF.........................................................................................................................FF..........EEEE....................................................................
Finished in 63.991696 seconds.
1) Failure:
test: DELETE an email should require login. (AliasesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/aliases_controller_test.rb:106:in `__bind_1292228601_873392'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: DELETE an email should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
2) Failure:
test: GETting the new email page should require login. (AliasesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/aliases_controller_test.rb:54:in `__bind_1292228601_933645'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: GETting the new email page should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
3) Failure:
test: Listing all emails should require login. (AliasesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/aliases_controller_test.rb:34:in `__bind_1292228601_986010'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Listing all emails should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
4) Failure:
test: POSTing to create a new email page should require login. (AliasesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/aliases_controller_test.rb:75:in `__bind_1292228602_33698'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: POSTing to create a new email page should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
5) Failure:
test: Blob rendering #history should get the history as json. (BlobsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/blobs_controller_test.rb:155:in `__bind_1292228602_40434'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Blob rendering #history should get the history as json. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
6) Failure:
test: Blob rendering #history should get the history of a single file. (BlobsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/blobs_controller_test.rb:145:in `__bind_1292228602_50713'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Blob rendering #history should get the history of a single file. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
7) Failure:
test: Blob rendering #raw should gets the blob data from the sha and renders it as text/plain. (BlobsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/blobs_controller_test.rb:99:in `__bind_1292228602_166473'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Blob rendering #raw should gets the blob data from the sha and renders it as text/plain. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
8) Failure:
test: Blob rendering #raw should redirects if blob is too big. (BlobsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/blobs_controller_test.rb:130:in `__bind_1292228602_179258'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Blob rendering #raw should redirects if blob is too big. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project/johansprojectrepos> but was a redirect to <http://test.host/>.
9) Failure:
test: Blob rendering #raw should redirects to HEAD if provided sha was not found (backwards compat). (BlobsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/blobs_controller_test.rb:113:in `__bind_1292228602_188226'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Blob rendering #raw should redirects to HEAD if provided sha was not found (backwards compat). '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project/johansprojectrepos/blobs/raw/HEAD/foo.rb> but was a redirect to <http://test.host/>.
10) Failure:
test: Blob rendering #show should gets the blob data for the sha provided. (BlobsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/blobs_controller_test.rb:65:in `__bind_1292228602_196209'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Blob rendering #show should gets the blob data for the sha provided. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
11) Failure:
test: Blob rendering #show should redirects to HEAD if provided sha was not found (backwards compat). (BlobsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/blobs_controller_test.rb:77:in `__bind_1292228602_208611'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Blob rendering #show should redirects to HEAD if provided sha was not found (backwards compat). '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project/johansprojectrepos/blobs/HEAD/foo.rb> but was a redirect to <http://test.host/>.
12) Failure:
test: #create should requires login. (CommentsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/comments_controller_test.rb:62:in `__bind_1292228602_284394'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #create should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
13) Failure:
test: #index should scopes to project.repositories. (CommentsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/comments_controller_test.rb:35:in `__bind_1292228602_302055'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index should scopes to project.repositories. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
14) Failure:
test: #new should requires login. (CommentsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/comments_controller_test.rb:45:in `__bind_1292228602_331171'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #new should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
15) Failure:
test: listing commits #index should GET the commits of a namedspaced branch successfully. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:247:in `__bind_1292228603_398354'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should GET the commits of a namedspaced branch successfully. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
16) Failure:
test: listing commits #index should GETs page 1 successfully. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:223:in `__bind_1292228603_409523'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should GETs page 1 successfully. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
17) Failure:
test: listing commits #index should GETs page 3 successfully. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:231:in `__bind_1292228603_416918'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should GETs page 3 successfully. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
18) Failure:
test: listing commits #index should GETs the commits successfully. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:238:in `__bind_1292228603_567334'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should GETs the commits successfully. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
19) Failure:
test: listing commits #index should deal gracefully if HEAD file refers to a non-existant ref. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:261:in `__bind_1292228603_579789'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should deal gracefully if HEAD file refers to a non-existant ref. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project/johansprojectrepos/commits/nonpack> but was a redirect to <http://test.host/>.
20) Failure:
test: listing commits #index should have a proper id in the atom feed. (CommitsControllerTest)
[/test/functional/commits_controller_test.rb:275:in `__bind_1292228603_590753'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should have a proper id in the atom feed. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<false> is not true.
21) Failure:
test: listing commits #index should not explode when there is no commits. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:282:in `__bind_1292228603_604361'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should not explode when there is no commits. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
22) Failure:
test: listing commits #index should show branches with a # in them with great success. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:292:in `__bind_1292228603_614146'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing commits #index should show branches with a # in them with great success. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
23) Failure:
test: showing a single commit should defaults to 'inline' diffmode. (CommitsControllerTest)
[/test/functional/commits_controller_test.rb:61:in `__bind_1292228603_916127'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should defaults to 'inline' diffmode. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"inline"> expected but was
<nil>.
24) Failure:
test: showing a single commit should get it in diff format. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:73:in `__bind_1292228603_928551'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should get it in diff format. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
25) Failure:
test: showing a single commit should get it in patch format. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:81:in `__bind_1292228603_940672'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should get it in patch format. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
26) Failure:
test: showing a single commit should get the correct project and repository. (CommitsControllerTest)
[/test/functional/commits_controller_test.rb:39:in `__bind_1292228603_950299'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should get the correct project and repository. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<#<Project id: 1, title: "johans project", description: "this is johans project yo", user_id: 1, created_at: "2010-12-08 08:23:21", updated_at: "2010-12-11 08:23:21", slug: "johans-project", license: nil, home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 1, owner_type: "User", wiki_enabled: true, site_id: nil, merge_requests_need_signoff: true, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>> expected but was
<nil>.
27) Failure:
test: showing a single commit should gets the comments for the commit. (CommitsControllerTest)
[/test/functional/commits_controller_test.rb:55:in `__bind_1292228603_960272'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should gets the comments for the commit. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<0> expected but was
<nil>.
28) Failure:
test: showing a single commit should gets the commit data. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:46:in `__bind_1292228603_969132'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should gets the commit data. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
29) Failure:
test: showing a single commit should have a different last-modified if there is a comment. (CommitsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/commits_controller_test.rb:115:in `__bind_1292228604_99091'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should have a different last-modified if there is a comment. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
30) Failure:
test: showing a single commit should not show diffs for the initial commit. (CommitsControllerTest)
[/test/functional/commits_controller_test.rb:101:in `__bind_1292228604_120529'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should not show diffs for the initial commit. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<[]> expected but was
<nil>.
31) Failure:
test: showing a single commit should redirect to the commit log with a msg if the SHA1 was not found. (CommitsControllerTest)
[/test/functional/commits_controller_test.rb:91:in `__bind_1292228604_131843'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should redirect to the commit log with a msg if the SHA1 was not found. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"Action requires login"> expected to be =~
</no such sha/i>.
32) Failure:
test: showing a single commit should sets sidebyside diffmode. (CommitsControllerTest)
[/test/functional/commits_controller_test.rb:67:in `__bind_1292228604_141727'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: showing a single commit should sets sidebyside diffmode. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"sidebyside"> expected but was
<nil>.
33) Failure:
test: DELETE destroy should requires login. (CommittershipsControllerTest)
[/test/functional/committerships_controller_test.rb:228:in `__bind_1292228604_198466'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: DELETE destroy should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"Action requires login"> expected to be =~
</only repository admins are allowed/>.
34) Failure:
test: GET index should requires login. (CommittershipsControllerTest)
[/test/functional/committerships_controller_test.rb:38:in `__bind_1292228604_840606'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: GET index should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"Action requires login"> expected to be =~
</only repository admins are allowed/>.
35) Failure:
test: #children should cache the commit events. (EventsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/events_controller_test.rb:58:in `__bind_1292228605_235681'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #children should cache the commit events. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
36) Failure:
test: #children should show commits under a push event. (EventsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/events_controller_test.rb:53:in `__bind_1292228605_278747'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #children should show commits under a push event. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
37) Failure:
test: #index should shows news. (EventsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/events_controller_test.rb:32:in `__bind_1292228605_284180'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index should shows news. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
38) Failure:
test: Creating a new favorite should require login. (FavoritesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/favorites_controller_test.rb:41:in `__bind_1292228605_562625'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Creating a new favorite should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
39) Failure:
test: listing a users own favorites should require login. (FavoritesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/favorites_controller_test.rb:155:in `__bind_1292228605_953248'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: listing a users own favorites should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
40) Failure:
test: GET index should it is successfull. (GroupsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/groups_controller_test.rb:41:in `__bind_1292228605_957873'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: GET index should it is successfull. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
41) Failure:
test: GET show should finds the requested group. (GroupsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/groups_controller_test.rb:48:in `__bind_1292228605_964961'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: GET show should finds the requested group. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
42) Failure:
test: PUT do update should require user to be admin of group. (GroupsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/groups_controller_test.rb:65:in `__bind_1292228606_43385'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: PUT do update should require user to be admin of group. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
43) Failure:
test: creating a group should requires login. (GroupsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/groups_controller_test.rb:87:in `__bind_1292228606_237385'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: creating a group should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
44) Failure:
test: create should require login. (KeysControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/keys_controller_test.rb:184:in `__bind_1292228606_618646'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: create should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <https://test.host:80/sessions/new> but was a redirect to <https://test.host:80/>.
45) Failure:
test: index should requires login. (KeysControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/keys_controller_test.rb:79:in `__bind_1292228606_889094'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: index should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <https://test.host:80/sessions/new> but was a redirect to <https://test.host:80/>.
46) Failure:
test: new should require login. (KeysControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/keys_controller_test.rb:138:in `__bind_1292228606_940910'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: new should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <https://test.host:80/sessions/new> but was a redirect to <https://test.host:80/>.
47) Failure:
test: MembershipsController /groups/N/memberships/new and create should requires group adminship on create. (MembershipsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/memberships_controller_test.rb:99:in `__bind_1292228607_311444'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: MembershipsController /groups/N/memberships/new and create should requires group adminship on create. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
48) Failure:
test: MembershipsController /groups/N/memberships/new and create should requires group adminship on new. (MembershipsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/memberships_controller_test.rb:85:in `__bind_1292228607_319427'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: MembershipsController /groups/N/memberships/new and create should requires group adminship on new. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
49) Failure:
test: MembershipsController DELETE membership should requires adminship. (MembershipsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/memberships_controller_test.rb:161:in `__bind_1292228607_340366'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: MembershipsController DELETE membership should requires adminship. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
50) Failure:
test: MembershipsController updating membership should requires adminship on edit. (MembershipsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/memberships_controller_test.rb:129:in `__bind_1292228607_586912'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: MembershipsController updating membership should requires adminship on edit. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
51) Failure:
test: MembershipsController updating membership should requires adminship on update. (MembershipsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/memberships_controller_test.rb:143:in `__bind_1292228607_594576'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: MembershipsController updating membership should requires adminship on update. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
52) Failure:
test: Viewing diffs Viewing the diff for a series of commits should not assign @commit. (MergeRequestVersionsControllerTest)
[/test/functional/merge_request_versions_controller_test.rb:54:in `__bind_1292228607_616695'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `each'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:252:in `test: Viewing diffs Viewing the diff for a series of commits should not assign @commit. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
not all expectations were satisfied
unsatisfied expectations:
- expected exactly once, not yet invoked: #<MergeRequestVersion:0xb4be265c>.diffs("ffcab".."bacff")
satisfied expectations:
- allowed any number of times, already invoked once: #<MergeRequest:0xb4be5fdc>.calculate_merge_base(any_parameters)
- allowed any number of times, not yet invoked: #<AnyInstance:Repository(id: integer, name: string, project_id: integer, user_id: integer, created_at: datetime, updated_at: datetime, parent_id: integer, ready: boolean, kind: integer, owner_type: string, owner_id: integer, hashed_path: string, description: text, last_pushed_at: datetime, wiki_permissions: integer, deny_force_pushing: boolean, notify_committers_on_new_merge_request: boolean, last_gc_at: datetime, merge_requests_enabled: boolean, disk_usage: integer, push_count_since_gc: integer)>.git(any_parameters)
- allowed any number of times, not yet invoked: MergeRequestVersion(id: integer, merge_request_id: integer, version: integer, merge_base_sha: string, created_at: datetime, updated_at: datetime).find(any_parameters)
53) Failure:
test: Viewing diffs Viewing the diff for a series of commits should respond with success. (MergeRequestVersionsControllerTest)
[vendor/plugins/shoulda/lib/shoulda/assertions.rb:50:in `assert_accepts'
vendor/plugins/shoulda/lib/shoulda/action_controller/macros.rb:133:in `__bind_1292228607_636091'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Viewing diffs Viewing the diff for a series of commits should respond with success. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a 200, but was 302
54) Failure:
test: Viewing diffs Viewing the diff for a single commit should assign @commit with a kind of Grit::Commit. (MergeRequestVersionsControllerTest)
[vendor/plugins/shoulda/lib/shoulda/assertions.rb:50:in `assert_accepts'
vendor/plugins/shoulda/lib/shoulda/action_controller/macros.rb:106:in `__bind_1292228607_645703'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Viewing diffs Viewing the diff for a single commit should assign @commit with a kind of Grit::Commit. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected action to assign a value for @commit
55) Failure:
test: Viewing diffs Viewing the diff for a single commit should respond with success. (MergeRequestVersionsControllerTest)
[vendor/plugins/shoulda/lib/shoulda/assertions.rb:50:in `assert_accepts'
vendor/plugins/shoulda/lib/shoulda/action_controller/macros.rb:133:in `__bind_1292228607_654617'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Viewing diffs Viewing the diff for a single commit should respond with success. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a 200, but was 302
56) Failure:
test: Viewing diffs Viewing the entire diff should respond with success. (MergeRequestVersionsControllerTest)
[vendor/plugins/shoulda/lib/shoulda/assertions.rb:50:in `assert_accepts'
vendor/plugins/shoulda/lib/shoulda/action_controller/macros.rb:133:in `__bind_1292228607_666378'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Viewing diffs Viewing the entire diff should respond with success. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a 200, but was 302
57) Failure:
test: #create (POST) should require login. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:276:in `__bind_1292228608_169565'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #create (POST) should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
58) Failure:
test: #destroy (DELETE) should requires login. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:576:in `__bind_1292228608_474577'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #destroy (DELETE) should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
59) Failure:
test: #edit (GET) should requires login. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:406:in `__bind_1292228610_753683'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #edit (GET) should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
60) Failure:
test: #index (GET) should not require login. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:49:in `__bind_1292228610_962948'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index (GET) should not require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
61) Failure:
test: #index (GET) should filter on status. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:72:in `__bind_1292228610_990121'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index (GET) should filter on status. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
62) Failure:
test: #index (GET) should gets a comment count for. (MergeRequestsControllerTest)
[/test/functional/merge_requests_controller_test.rb:64:in `__bind_1292228611_184489'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index (GET) should gets a comment count for. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<2> expected but was
<nil>.
63) Failure:
test: #index (GET) should gets all the merge requests in the repository. (MergeRequestsControllerTest)
[/test/functional/merge_requests_controller_test.rb:57:in `__bind_1292228611_207049'
/test/functional/merge_requests_controller_test.rb:53:in `each'
/test/functional/merge_requests_controller_test.rb:53:in `__bind_1292228611_207049'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index (GET) should gets all the merge requests in the repository. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<[#<MergeRequest id: 1000193752, user_id: 3, source_repository_id: 2, target_repository_id: 1, proposal: "A merge in progress", sha_snapshot: "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", status: 1, created_at: "2010-12-13 08:23:21", updated_at: "2010-12-13 08:23:21", source_branch: nil, target_branch: nil, ending_commit: "286e8afb9576366a2a43b12b94738f07", reason: nil, oauth_token: nil, oauth_secret: nil, contribution_agreement_version: nil, updated_by_user_id: nil, status_tag: "open", summary: "A merge in progress", legacy: false, sequence_number: 13>, #<MergeRequest id: 677747833, user_id: 1, source_repository_id: 2, target_repository_id: 1, proposal: "plz merge my clone", sha_snapshot: "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", status: 1, created_at: "2010-12-13 08:23:21", updated_at: "2010-12-13 08:23:21", source_branch: nil, target_branch: nil, ending_commit: "286e8afb9576366a2a43b12b94738f07", reason: nil, oauth_token: nil, oauth_secret: nil, contribution_agreement_version: nil, updated_by_user_id: nil, status_tag: "open", summary: "plz merge my clone", legacy: false, sequence_number: 12>]> expected but was
<nil>.
64) Failure:
test: #index (GET) should have the MergeRequestList breadcrumb as root. (MergeRequestsControllerTest)
[/test/functional/merge_requests_controller_test.rb:79:in `__bind_1292228611_235526'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index (GET) should have the MergeRequestList breadcrumb as root. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<nil> expected to be an instance of
<Breadcrumb::MergeRequests> but was
<NilClass>.
65) Failure:
test: #new (GET) should requires login. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:205:in `__bind_1292228616_847904'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #new (GET) should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
66) Failure:
test: #show (GET) Git timeouts should catch timeouts and render metadata only. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:190:in `__bind_1292228617_898025'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #show (GET) Git timeouts should catch timeouts and render metadata only. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
67) Failure:
test: #show (GET) legacy merge requests should create a version for the legacy merge_requests. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:174:in `__bind_1292228618_48941'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #show (GET) legacy merge requests should create a version for the legacy merge_requests. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
68) Failure:
test: #show (GET) should not require login. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:113:in `__bind_1292228618_75925'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #show (GET) should not require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
69) Failure:
test: #show (GET) should get a list of the commits to be merged. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:124:in `__bind_1292228618_439941'
/test/functional/merge_requests_controller_test.rb:118:in `each'
/test/functional/merge_requests_controller_test.rb:118:in `__bind_1292228618_439941'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #show (GET) should get a list of the commits to be merged. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
70) Failure:
test: #update (PUT) should requires login. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:467:in `__bind_1292228618_779450'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #update (PUT) should requires login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
71) Failure:
test: GET #version should render the diff browser for the given version. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:562:in `__bind_1292228619_326879'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: GET #version should render the diff browser for the given version. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
72) Failure:
test: Redirection from the outside should redirect to the correct URL when supplying only an id. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:616:in `__bind_1292228619_463451'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: Redirection from the outside should redirect to the correct URL when supplying only an id. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project/johansprojectrepos/merge_requests/11> but was a redirect to <http://test.host/>.
73) Failure:
test: commit_merged (GET) should return false if the given commit has not been merged. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:452:in `__bind_1292228619_760059'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: commit_merged (GET) should return false if the given commit has not been merged. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
74) Failure:
test: commit_merged (GET) should return true if the given commit has been merged. (MergeRequestsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/merge_requests_controller_test.rb:458:in `__bind_1292228619_814857'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: commit_merged (GET) should return true if the given commit has been merged. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
75) Failure:
test: index should redirects to the project if wiki is disabled for this projcet. (PagesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/pages_controller_test.rb:60:in `__bind_1292228622_578943'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: index should redirects to the project if wiki is disabled for this projcet. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project> but was a redirect to <http://test.host/>.
76) Failure:
test: index should render the history atom feed. (PagesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/pages_controller_test.rb:67:in `__bind_1292228622_599725'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: index should render the history atom feed. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
77) Failure:
test: index should renders an index. (PagesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/pages_controller_test.rb:54:in `__bind_1292228622_619743'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: index should renders an index. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
78) Failure:
test: repository readyness should be ready on #index. (PagesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/pages_controller_test.rb:35:in `__bind_1292228622_633268'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: repository readyness should be ready on #index. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project> but was a redirect to <http://test.host/>.
79) Failure:
test: repository readyness should be ready on #show. (PagesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/pages_controller_test.rb:42:in `__bind_1292228622_642361'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: repository readyness should be ready on #show. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project> but was a redirect to <http://test.host/>.
80) Failure:
test: show should redirects to edit if the page is new, and user is logged in. (PagesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/pages_controller_test.rb:84:in `__bind_1292228622_663695'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: show should redirects to edit if the page is new, and user is logged in. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
81) Failure:
test: show should redirects to the project if wiki is disabled for this projcet. (PagesControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/pages_controller_test.rb:91:in `__bind_1292228622_677436'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: show should redirects to the project if wiki is disabled for this projcet. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/johans-project> but was a redirect to <http://test.host/>.
82) Failure:
test: ProjectsController should DELETE projects/destroy should require login. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:319:in `__bind_1292228623_731577'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should DELETE projects/destroy should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
83) Failure:
test: ProjectsController should GET projects/ should be succesful. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:125:in `__bind_1292228623_781939'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should GET projects/ should be succesful. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
84) Failure:
test: ProjectsController should GET projects/new should require login. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:147:in `__bind_1292228623_894452'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should GET projects/new should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
85) Failure:
test: ProjectsController should GET projects/show should be success. (ProjectsControllerTest)
[/test/functional/projects_controller_test.rb:347:in `__bind_1292228623_902479'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should GET projects/show should be success. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<#<Project id: 1, title: "johans project", description: "this is johans project yo", user_id: 1, created_at: "2010-12-08 08:23:21", updated_at: "2010-12-11 08:23:21", slug: "johans-project", license: nil, home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 1, owner_type: "User", wiki_enabled: true, site_id: nil, merge_requests_need_signoff: true, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>> expected but was
<nil>.
86) Failure:
test: ProjectsController should GET projects/xx/confirm_delete should require login. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:366:in `__bind_1292228623_967833'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should GET projects/xx/confirm_delete should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
87) Failure:
test: ProjectsController should GET projects/xx/edit should require login. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:354:in `__bind_1292228624_166624'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should GET projects/xx/edit should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
88) Failure:
test: ProjectsController should GET show fetches the group and user clones. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:378:in `__bind_1292228624_170957'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should GET show fetches the group and user clones. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <302>
89) Failure:
test: ProjectsController should PUT projects/update should require login. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:249:in `__bind_1292228624_951873'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should PUT projects/update should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
90) Failure:
test: ProjectsController should projects/create should require login. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:244:in `__bind_1292228625_75390'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should projects/create should require login. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://test.host/sessions/new> but was a redirect to <http://test.host/>.
91) Failure:
test: ProjectsController should render a all the clone repositories. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:385:in `__bind_1292228625_82749'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: ProjectsController should render a all the clone repositories. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:success>, but was <406>
92) Failure:
test: with a site specific layout should redirect to the main domain if the current_site does not have a subdomain. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:552:in `__bind_1292228625_757664'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: with a site specific layout should redirect to the main domain if the current_site does not have a subdomain. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a <:redirect>, but was <200>
93) Failure:
test: with a site specific layout should redirect to the proper subdomain if the current site has one and we are using www. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:546:in `__bind_1292228626_152090'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: with a site specific layout should redirect to the proper subdomain if the current site has one and we are using www. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://qt.gitorious.test/thunderbird-project> but was a redirect to <http://qt.gito.infinygrees.org/thunderbird-project>.
94) Failure:
test: with a site specific layout should redirect to the proper subdomain if the current site has one. (ProjectsControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/projects_controller_test.rb:538:in `__bind_1292228626_171552'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: with a site specific layout should redirect to the proper subdomain if the current site has one. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
Expected response to be a redirect to <http://qt.gitorious.test/thunderbird-project> but was a redirect to <http://qt.gito.infinygrees.org/thunderbird-project>.
95) Failure:
test: #index, with a non-default site should render the Site specific template. (SiteControllerTest)
[vendor/rails/actionpack/lib/action_controller/test_case.rb:119:in `clean_backtrace'
/test/functional/site_controller_test.rb:104:in `__bind_1292228637_679516'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index, with a non-default site should render the Site specific template. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
expecting <"qt/index"> but rendering with <"site/index.html.erb">
96) Failure:
test: #index, with a non-default site should scope the projects to the current site. (SiteControllerTest)
[/test/functional/site_controller_test.rb:110:in `__bind_1292228637_878011'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:253:in `test: #index, with a non-default site should scope the projects to the current site. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<[#<Project id: 3, title: "thunderbird-project", description: "Project of Team Thunderbird", user_id: 3, created_at: "2010-12-08 08:23:21", updated_at: "2010-12-11 08:23:21", slug: "thunderbird-project", license: nil, home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 369376230, owner_type: "Group", wiki_enabled: true, site_id: 546697069, merge_requests_need_signoff: true, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>]> expected but was
<[#<Project id: 3, title: "thunderbird-project", description: "Project of Team Thunderbird", user_id: 3, created_at: "2010-12-08 08:23:21", updated_at: "2010-12-11 08:23:21", slug: "thunderbird-project", license: nil, home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 369376230, owner_type: "Group", wiki_enabled: true, site_id: 546697069, merge_requests_need_signoff: true, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>,
#<Project id: 2, title: "moes project", description: "moes fancy project", user_id: 2, created_at: "2010-12-08 08:23:21", updated_at: "2010-12-11 08:23:21", slug: "moes-project", license: nil, home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 2, owner_type: "User", wiki_enabled: true, site_id: nil, merge_requests_need_signoff: true, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>,
#<Project id: 1, title: "johans project", description: "this is johans project yo", user_id: 1, created_at: "2010-12-08 08:23:21", updated_at: "2010-12-11 08:23:21", slug: "johans-project", license: nil, home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 1, owner_type: "User", wiki_enabled: true, site_id: nil, merge_requests_need_signoff: true, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>]>.
97) Error:
test: Archive downloads should enqueues a job when the tarball is not cached, unless work has already begun. (TreesControllerTest):
NoMethodError: undefined method `clear_messages' for #<ActiveMessaging::Adapters::Stomp::Connection:0xb5bffe90>
/test/functional/trees_controller_test.rb:159:in `__bind_1292228658_8853'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `each'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:252:in `test: Archive downloads should enqueues a job when the tarball is not cached, unless work has already begun. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
98) Error:
test: Archive downloads should enqueues a job when the tarball is not cached. (TreesControllerTest):
NoMethodError: undefined method `clear_messages' for #<ActiveMessaging::Adapters::Stomp::Connection:0xb5bffe90>
/test/functional/trees_controller_test.rb:159:in `__bind_1292228658_21583'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `each'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:252:in `test: Archive downloads should enqueues a job when the tarball is not cached. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
99) Error:
test: Archive downloads should redirect to the first tree when an invalid ref is requested. (TreesControllerTest):
NoMethodError: undefined method `clear_messages' for #<ActiveMessaging::Adapters::Stomp::Connection:0xb5bffe90>
/test/functional/trees_controller_test.rb:159:in `__bind_1292228658_28129'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `each'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:252:in `test: Archive downloads should redirect to the first tree when an invalid ref is requested. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
100) Error:
test: Archive downloads should returns the correct for an existing cached tarball. (TreesControllerTest):
NoMethodError: undefined method `clear_messages' for #<ActiveMessaging::Adapters::Stomp::Connection:0xb5bffe90>
/test/functional/trees_controller_test.rb:159:in `__bind_1292228658_34336'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `call'
vendor/plugins/shoulda/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `each'
vendor/plugins/shoulda/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
vendor/plugins/shoulda/lib/shoulda/context.rb:252:in `test: Archive downloads should returns the correct for an existing cached tarball. '
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
580 tests, 1316 assertions, 96 failures, 4 errors
rake aborted!
Command failed with status (1): [/usr/bin/ruby1.8 -I"lib:test" "/usr/lib/ru...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment