Created
November 22, 2008 18:36
-
-
Save febuiles/27915 to your computer and use it in GitHub Desktop.
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
| $ ruby -e 'p File.executable?("fixtures/predefined.rb")' | |
| true | |
| federico@korobushka ~/programacion/rubyspec/1.8/language (master) | |
| $ msr predefined_spec.rb | |
| ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-darwin9.5.0] | |
| ...............................false | |
| -e:1: syntax error, unexpected '.' | |
| .fixtures/predefined.rb | |
| ^ | |
| ............. | |
| Finished in 0.058087 seconds | |
| 1 file, 41 examples, 81 expectations, 0 failures, 0 errors | |
| federico@korobushka ~/programacion/rubyspec/1.8/language (master) | |
| $ ls -l fixtures/pred* | |
| -rwxr-xr-x 1 federico federico 42 Nov 22 13:25 fixtures/predefined.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment