Advertisement
raphinesse

Untitled

Nov 21st, 2013
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. $ bundle exec rake
  2. Run options: --seed 22801
  3.  
  4. # Running tests:
  5.  
  6. .............................S..SS........S.............................................................................
  7. .....F......................S...............S.......S...................................................................
  8. ........SSSSSSS..................SS....S......S...S.....S......................SS.SSSSSS...S............................
  9. .............................................................................................................E..E.......
  10. ........................................................................................................................
  11. ............
  12.  
  13. Finished tests in 34.214956s, 17.8869 tests/s, 46.7924 assertions/s.
  14.  
  15. 1) Failure:
  16. Nanoc::DataSources::FilesystemTest#test_parse_utf8_bom [E:/git/GitHub/nanoc/test/data_sources/test_filesystem.rb:378]:
  17. Expected: {"utf8bomawareness"=>"high"}
  18. Actual: {}
  19.  
  20. 2) Error:
  21. Nanoc::Helpers::RenderingTest#test_render_with_block:
  22. Nanoc::Errors::GenericTrivial: Could not find nanoc.yaml or config.yaml in the current working directory
  23. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:362:in `block in build_config'
  24. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `chdir'
  25. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `build_config'
  26. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:49:in `initialize'
  27. E:/git/GitHub/nanoc/test/helper.rb:99:in `new'
  28. E:/git/GitHub/nanoc/test/helper.rb:99:in `block in with_site'
  29. c:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `chdir'
  30. c:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `cd'
  31. E:/git/GitHub/nanoc/test/helper.rb:98:in `with_site'
  32. E:/git/GitHub/nanoc/test/helpers/test_rendering.rb:66:in `test_render_with_block'
  33.  
  34. 3) Error:
  35. Nanoc::Helpers::RenderingTest#test_render:
  36. Nanoc::Errors::GenericTrivial: Could not find nanoc.yaml or config.yaml in the current working directory
  37. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:362:in `block in build_config'
  38. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `chdir'
  39. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `build_config'
  40. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:49:in `initialize'
  41. E:/git/GitHub/nanoc/test/helper.rb:99:in `new'
  42. E:/git/GitHub/nanoc/test/helper.rb:99:in `block in with_site'
  43. c:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `chdir'
  44. c:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `cd'
  45. E:/git/GitHub/nanoc/test/helper.rb:98:in `with_site'
  46. E:/git/GitHub/nanoc/test/helpers/test_rendering.rb:8:in `test_render'
  47.  
  48. 612 tests, 1601 assertions, 1 failures, 2 errors, 29 skips
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement