Skip to content

Instantly share code, notes, and snippets.

@jfirebaugh
Created January 6, 2012 21:57
Show Gist options
  • Save jfirebaugh/1572581 to your computer and use it in GitHub Desktop.
Save jfirebaugh/1572581 to your computer and use it in GitHub Desktop.
~/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