Created
January 6, 2012 21:57
-
-
Save jfirebaugh/1572581 to your computer and use it in GitHub Desktop.
This file contains 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
~/Development/rubinius ❼ LC_CTYPE=en_IE bin/mspec ci -tx19 core/array/inspect | |
rubinius 2.0.0dev (1.9.3 6e2e4e20 yyyy-mm-dd JI) [x86_64-apple-darwin10.8.0] | |
........... | |
Finished in 0.014722 seconds | |
1 file, 11 examples, 16 expectations, 0 failures, 0 errors | |
~/Development/rubinius ❼ LANG=en_IE bin/mspec ci -tx19 core/array/inspect | |
rubinius 2.0.0dev (1.9.3 6e2e4e20 yyyy-mm-dd JI) [x86_64-apple-darwin10.8.0] | |
........... | |
Finished in 0.014512 seconds | |
1 file, 11 examples, 16 expectations, 0 failures, 0 errors | |
~/Development/rubinius ❼ LC_CTYPE=en_US.UTF-8 bin/mspec ci -tx19 core/array/inspect | |
rubinius 2.0.0dev (1.9.3 6e2e4e20 yyyy-mm-dd JI) [x86_64-apple-darwin10.8.0] | |
........... | |
Finished in 0.015978 seconds | |
1 file, 11 examples, 16 expectations, 0 failures, 0 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment