Skip to content

Instantly share code, notes, and snippets.

@sequitur
Created May 14, 2013 02:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sequitur/5573209 to your computer and use it in GitHub Desktop.
15c15
< Using highline (1.6.18)
---
> Using highline (1.6.19)
29,30c29,30
< Using jekyll (1.0.1) from source at .
< Using json (1.7.7)
---
> Using jekyll (1.0.2) from source at .
> Using json (1.8.0)
% ls
bin
CONTRIBUTING.md
cucumber.yml
faillog
features
Gemfile
Gemfile.lock
History.markdown
jekyll.gemspec
lib
LICENSE
Rakefile
README.textile
script
site
test
% bundle install
Resolving dependencies...
Using rake (10.0.4)
Using RedCloth (4.2.9)
Using i18n (0.6.1)
Using multi_json (1.7.3)
Using activesupport (3.2.13)
Using addressable (2.3.4)
Using metaclass (0.0.1)
Using mocha (0.10.5)
Using bourne (1.1.2)
Using builder (3.2.0)
Using fast-stemmer (1.0.2)
Using classifier (1.3.3)
Using colorator (0.1)
Using highline (1.6.18)
Using commander (4.1.3)
Using diff-lcs (1.2.4)
Using gherkin (2.11.8)
Using cucumber (1.2.5)
Using directory_watcher (1.4.1)
Using kramdown (1.0.2)
Using liquid (2.5.0)
Using syntax (1.0.0)
Using maruku (0.6.1)
Using posix-spawn (0.3.6)
Using yajl-ruby (1.1.0)
Using pygments.rb (0.5.0)
Using safe_yaml (0.7.1)
Using jekyll (1.0.1) from source at .
Using json (1.7.7)
Using launchy (2.1.2)
Using rdiscount (1.6.8)
Using rdoc (3.12.2)
Using redcarpet (2.2.2)
Using redgreen (1.2.2)
Using rr (1.0.5)
Using shoulda-context (1.0.2)
Using shoulda-matchers (1.4.2)
Using shoulda (3.3.2)
Using simplecov-html (0.7.1)
Using simplecov (0.7.1)
Using simplecov-gem-adapter (1.0.1)
Using bundler (1.3.5)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
% gem list
activesupport (3.2.13)
addressable (2.3.4)
bigdecimal (1.2.0)
bourne (1.1.2)
builder (3.2.0)
bundle (0.0.1)
bundler (1.3.5)
classifier (1.3.3)
colorator (0.1)
commander (4.1.3)
cucumber (1.3.1, 1.2.5)
diff-lcs (1.2.4)
directory_watcher (1.4.1)
fast-stemmer (1.0.2)
gherkin (2.12.0, 2.11.8)
highline (1.6.18)
i18n (0.6.1)
io-console (0.4.2)
jekyll (1.0.1)
json (1.7.7)
kramdown (1.0.2, 0.14.2)
launchy (2.3.0, 2.1.2)
liquid (2.5.0)
maruku (0.6.1)
metaclass (0.0.1)
minitest (4.3.2)
mocha (0.10.5)
multi_json (1.7.3)
posix-spawn (0.3.6)
psych (2.0.0)
pygments.rb (0.5.0, 0.4.2)
rake (10.0.4, 0.9.6)
rdiscount (2.0.7.3, 1.6.8)
rdoc (4.0.1, 4.0.0, 3.12.2)
redcarpet (2.2.2)
RedCloth (4.2.9)
redgreen (1.2.2)
rr (1.0.5)
rspec (2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
rspec-mocks (2.13.1)
safe_yaml (0.7.1)
shoulda (3.5.0, 3.3.2)
shoulda-context (1.1.1, 1.0.2)
shoulda-matchers (2.1.0, 1.4.2)
simplecov (0.7.1)
simplecov-gem-adapter (1.0.1)
simplecov-html (0.7.1)
syntax (1.0.0)
test-unit (2.0.0.0)
yajl-ruby (1.1.0)
% bundle exec rake test
Run options:
# Running tests:
................................................................................................................................................................................................E.......................................FFFF..........
Finished tests in 47.356646s, 5.1946 tests/s, 8.9322 assertions/s.
1) Failure:
test: post content has highlight with file reference should not embed the file. (TestTags) [/home/bruno/src/jekyll/test/test_tags.rb:99]:
Expected /<pre><code\ class='text'>\.\/jekyll\.gemspec\n<\/code><\/pre>/ to match "<hr />\n<h2 id='title_this_is_a_test'>title: This is a test</h2>\n\n<p>This document results in a markdown error with maruku</p>\n\n<p>Liquid error: Failed to get header. Liquid error: Failed to get header.</p>".
2) Failure:
test: post content has highlight tag should render markdown with pygments with line numbers. (TestTags) [/home/bruno/src/jekyll/test/test_tags.rb:89]:
Expected /<pre><code\ class='text'><span\ class='lineno'>1<\/span>\ test\n<\/code><\/pre>/ to match "<hr />\n<h2 id='title_this_is_a_test'>title: This is a test</h2>\n\n<p>This document results in a markdown error with maruku</p>\n\n<p>Liquid error: Failed to get header. Liquid error: Failed to get header.</p>".
3) Failure:
test: post content has highlight tag with UTF character should render markdown with pygments line handling. (TestTags) [/home/bruno/src/jekyll/test/test_tags.rb:109]:
Expected /<pre><code\ class='text'>\u00C6\n<\/code><\/pre>/ to match "<hr />\n<h2 id='title_this_is_a_test'>title: This is a test</h2>\n\n<p>This document results in a markdown error with maruku</p>\n\n<p>Liquid error: Failed to get header. Liquid error: Failed to get header.</p>".
4) Failure:
test: post content has highlight tag should render markdown with pygments. (TestTags) [/home/bruno/src/jekyll/test/test_tags.rb:85]:
Expected /<pre><code\ class='text'>test\n<\/code><\/pre>/ to match "<hr />\n<h2 id='title_this_is_a_test'>title: This is a test</h2>\n\n<p>This document results in a markdown error with maruku</p>\n\n<p>Liquid error: Failed to get header. Liquid error: Failed to get header.</p>".
5) Error:
test: redcarpet with pygments enabled should render fenced code blocks with syntax highlighting. (TestRedcarpet):
MentosError: Failed to get header.
/home/bruno/.gem/ruby/2.0.0/gems/pygments.rb-0.5.0/lib/pygments/popen.rb:357:in `rescue in get_header'
/home/bruno/.gem/ruby/2.0.0/gems/pygments.rb-0.5.0/lib/pygments/popen.rb:338:in `get_header'
/home/bruno/.gem/ruby/2.0.0/gems/pygments.rb-0.5.0/lib/pygments/popen.rb:235:in `block in mentos'
/usr/lib/ruby/2.0.0/timeout.rb:65:in `timeout'
/home/bruno/.gem/ruby/2.0.0/gems/pygments.rb-0.5.0/lib/pygments/popen.rb:209:in `mentos'
/home/bruno/.gem/ruby/2.0.0/gems/pygments.rb-0.5.0/lib/pygments/popen.rb:192:in `highlight'
/home/bruno/src/jekyll/lib/jekyll/converters/markdown/redcarpet_parser.rb:19:in `block_code'
/home/bruno/src/jekyll/lib/jekyll/converters/markdown/redcarpet_parser.rb:65:in `render'
/home/bruno/src/jekyll/lib/jekyll/converters/markdown/redcarpet_parser.rb:65:in `convert'
/home/bruno/src/jekyll/lib/jekyll/converters/markdown.rb:39:in `convert'
/home/bruno/src/jekyll/test/test_redcarpet.rb:35:in `block (3 levels) in <class:TestRedcarpet>'
/home/bruno/.gem/ruby/2.0.0/gems/shoulda-context-1.0.2/lib/shoulda/context/context.rb:398:in `call'
/home/bruno/.gem/ruby/2.0.0/gems/shoulda-context-1.0.2/lib/shoulda/context/context.rb:398:in `block in create_test_from_should_hash'
/home/bruno/.gem/ruby/2.0.0/gems/mocha-0.10.5/lib/mocha/integration/mini_test/version_230_to_262.rb:28:in `run'
/usr/lib/ruby/2.0.0/test/unit/testcase.rb:17:in `run'
/usr/lib/ruby/2.0.0/minitest/unit.rb:919:in `block in _run_suite'
/usr/lib/ruby/2.0.0/minitest/unit.rb:912:in `map'
/usr/lib/ruby/2.0.0/minitest/unit.rb:912:in `_run_suite'
/usr/lib/ruby/2.0.0/test/unit.rb:657:in `block in _run_suites'
/usr/lib/ruby/2.0.0/test/unit.rb:655:in `each'
/usr/lib/ruby/2.0.0/test/unit.rb:655:in `_run_suites'
/usr/lib/ruby/2.0.0/minitest/unit.rb:867:in `_run_anything'
/usr/lib/ruby/2.0.0/minitest/unit.rb:1060:in `run_tests'
/usr/lib/ruby/2.0.0/minitest/unit.rb:1047:in `block in _run'
/usr/lib/ruby/2.0.0/minitest/unit.rb:1046:in `each'
/usr/lib/ruby/2.0.0/minitest/unit.rb:1046:in `_run'
/usr/lib/ruby/2.0.0/minitest/unit.rb:1035:in `run'
/usr/lib/ruby/2.0.0/test/unit.rb:21:in `run'
/usr/lib/ruby/2.0.0/test/unit.rb:774:in `run'
/usr/lib/ruby/2.0.0/test/unit.rb:366:in `block (2 levels) in autorun'
/usr/lib/ruby/2.0.0/test/unit.rb:27:in `run_once'
/usr/lib/ruby/2.0.0/test/unit.rb:365:in `block in autorun'
246 tests, 423 assertions, 4 failures, 1 errors, 0 skips
% bundle exec rake features
ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [i686-linux]
Using the travis profile...
........F............F..................F---..........................F.......................F......F......F......F......F.......F-........----------............----------....................F..............F...........F......F......F......F......F......F.......F......F........F........F......F......F......F......F------FFFFFF....F.............F......F-..............................................................F-..........F-...............................F--.................F-....-----...................F.............................
(::) failed steps (::)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment