Created
December 19, 2011 19:37
-
-
Save catsby/1498543 to your computer and use it in GitHub Desktop.
Running Jekyll tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jekyll git:master ❯ rake test ✭ | |
/Users/clint/.rbenv/versions/1.9.3-p0/bin/ruby -I"lib:lib:test" -I"/Users/clint/.rbenv/versions/1.9.3-p0/gemsets/jekyll/gems/rake-0.9.2.2/lib" "/Users/clint/.rbenv/versions/1.9.3-p0/gemsets/jekyll/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/**/test_*.rb" | |
/Users/clint/.rbenv/versions/1.9.3-p0/gemsets/jekyll/gems/maruku-0.6.0/lib/maruku/input/parse_doc.rb:22:in `<top (required)>': iconv will be deprecated in the future, use String#encode instead. | |
/Users/clint/.rbenv/versions/1.9.3-p0/gemsets/jekyll/gems/RedCloth-4.2.7/lib/RedCloth.rb:10: Use RbConfig instead of obsolete and deprecated Config. | |
Run options: | |
# Running tests: | |
................................................................................................................................ | |
Finished tests in 16.530103s, 7.7434 tests/s, 13.2486 assertions/s. | |
128 tests, 219 assertions, 0 failures, 0 errors, 0 skips |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jekyll git:master ❯ ruby -v ⏎ ✭ | |
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0] | |
jekyll git:master ❯ gem list ✭ | |
*** LOCAL GEMS *** | |
albino (1.3.3) | |
builder (3.0.0) | |
bundler (1.1.rc) | |
classifier (1.3.3) | |
cucumber (1.1.0, 1.0.2) | |
diff-lcs (1.1.2) | |
directory_watcher (1.4.1) | |
fast-stemmer (1.0.0) | |
gherkin (2.5.4, 2.4.5) | |
gsl (1.14.7) | |
jekyll (0.11.0) | |
json (1.6.1, 1.5.3) | |
kramdown (0.13.3) | |
liquid (2.3.0, 2.2.2) | |
maruku (0.6.0) | |
narray (0.6.0.1) | |
posix-spawn (0.3.6) | |
powify (0.8.2) | |
rake (0.9.2.2) | |
rdiscount (1.6.8) | |
rdoc (3.11) | |
redcarpet (2.0.0b, 1.17.2) | |
RedCloth (4.2.7) | |
redgreen (1.2.2) | |
rr (1.0.3) | |
shoulda (2.11.3) | |
syntax (1.0.0) | |
term-ansicolor (1.0.6) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment