Advertisement
raphinesse

Untitled

Nov 21st, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. ←[32m[Coveralls] Set up the SimpleCov formatter.←[0m
  2. ←[32m[Coveralls] Using SimpleCov's default settings.←[0m
  3. Run options: --seed 64789
  4.  
  5. # Running tests:
  6.  
  7. ..............................S...SS.......S...........................................................................F
  8. ..........................S...........S...............S.................................................................
  9. ..........SSSSSSS..................SS........S.S.......S..S......................S.SSSSSS...S...........................
  10. ................................................................................................................E.E.....
  11. ........................................................................................................................
  12. ..............
  13.  
  14. Finished tests in 38.562206s, 15.9223 tests/s, 41.7767 assertions/s.
  15.  
  16. 1) Failure:
  17. Nanoc::DataSources::FilesystemTest#test_parse_utf8_bom [E:/git/GitHub/nanoc/test/data_sources/test_filesystem.rb:378]:
  18. Expected: {"utf8bomawareness"=>"high"}
  19. Actual: {}
  20.  
  21. 2) Error:
  22. Nanoc::Helpers::RenderingTest#test_render_with_unknown_layout:
  23. Nanoc::Errors::GenericTrivial: Could not find nanoc.yaml or config.yaml in the current working directory
  24. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:362:in `block in build_config'
  25. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `chdir'
  26. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `build_config'
  27. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:49:in `initialize'
  28. E:/git/GitHub/nanoc/test/helper.rb:103:in `new'
  29. E:/git/GitHub/nanoc/test/helper.rb:103:in `block in with_site'
  30. C:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `chdir'
  31. C:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `cd'
  32. E:/git/GitHub/nanoc/test/helper.rb:102:in `with_site'
  33. E:/git/GitHub/nanoc/test/helpers/test_rendering.rb:24:in `test_render_with_unknown_layout'
  34.  
  35. 3) Error:
  36. Nanoc::Helpers::RenderingTest#test_render:
  37. Nanoc::Errors::GenericTrivial: Could not find nanoc.yaml or config.yaml in the current working directory
  38. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:362:in `block in build_config'
  39. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `chdir'
  40. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:359:in `build_config'
  41. E:/git/GitHub/nanoc/lib/nanoc/base/source_data/site.rb:49:in `initialize'
  42. E:/git/GitHub/nanoc/test/helper.rb:103:in `new'
  43. E:/git/GitHub/nanoc/test/helper.rb:103:in `block in with_site'
  44. C:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `chdir'
  45. C:/Software/Ruby193/lib/ruby/1.9.1/fileutils.rb:125:in `cd'
  46. E:/git/GitHub/nanoc/test/helper.rb:102:in `with_site'
  47. E:/git/GitHub/nanoc/test/helpers/test_rendering.rb:8:in `test_render'
  48.  
  49. 614 tests, 1611 assertions, 1 failures, 2 errors, 28 skips
  50. ←[33m[Coveralls] Outside the Travis environment, not sending data.←[0m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement