Skip to content

Instantly share code, notes, and snippets.

@eagleas
Created July 9, 2010 10:56
Show Gist options
  • Save eagleas/469341 to your computer and use it in GitHub Desktop.
Save eagleas/469341 to your computer and use it in GitHub Desktop.
$ rake test:spec
(in /home/asor/rails/git-wiki)
bacon -q -Ilib:test test/wiki_resource_test.rb test/request_test.rb test/wiki_config_test.rb test/string_extensions_test.rb test/wiki_util_test.rb test/wiki_templates_test.rb test/hash_extensions_test.rb test/wiki_factory_test.rb test/wiki_page_test.rb test/object_extensions_test.rb test/wiki_tree_test.rb test/wiki_hooks_test.rb
/home/asor/rails/git-wiki/plugins/misc/changelog.rb:12: warning: don't put space before argument parentheses
/home/asor/rails/git-wiki/plugins/misc/changelog.rb:14: warning: don't put space before argument parentheses
..........FFF..FF.....................F....................
Bacon::Error: #<Rack::MockResponse:0x95d1160 @headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}, @status=500, @body="<span class=\"error\">git log failed</span>", @errors="", @original_headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}>.redirect?() failed
./test/request_test.rb:77: requests - should have empty repository
./test/request_test.rb:75
./test/request_test.rb:13
Bacon::Error: #<Rack::MockResponse:0x989f8b0 @headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}, @status=500, @body="<span class=\"error\">Timer has already been stopped</span>", @errors="", @original_headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}>.ok?() failed
./test/request_test.rb:83: requests - should show login page
./test/request_test.rb:81
./test/request_test.rb:13
Bacon::Error: #<Rack::MockResponse:0x977ab88 @headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8"}, @status=500, @body="<span class=\"error\">Timer has already been stopped</span>", @errors="", @original_headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8"}>.ok?() failed
./test/request_test.rb:90: requests - should show to /new
./test/request_test.rb:88
./test/request_test.rb:13
Bacon::Error: #<Rack::MockResponse:0x95fc568 @headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}, @status=500, @body="<span class=\"error\">Timer has already been stopped</span>", @errors="", @original_headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}>.ok?() failed
./test/request_test.rb:123: requests - should create page
./test/request_test.rb:111
./test/request_test.rb:13
Bacon::Error: #<Rack::MockResponse:0x9845040 @headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}, @status=500, @body="<span class=\"error\">Timer has already been stopped</span>", @errors="", @original_headers={"Content-Type"=>"application/xhtml+xml;charset=utf-8", "Cache-Control"=>"no-cache"}>.ok?() failed
./test/request_test.rb:153: requests - should create page with special characters
./test/request_test.rb:141
./test/request_test.rb:13
Bacon::Error: "b=1&b=2&b=3&a=1".==("a=1&b=1&b=2&b=3") failed
./test/wiki_util_test.rb:56: Wiki::Util - should have #build_query
./test/wiki_util_test.rb:55
./test/wiki_util_test.rb:4
59 tests, 206 assertions, 6 failures, 0 errors
rake aborted!
Command failed with status (1): [bacon -q -Ilib:test test/wiki_resource_tes...]
/home/asor/rails/git-wiki/Rakefile:52
(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