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
| Rails 5.1+ | |
| Ruby 2.7 | |
| In .rspec file in project folder(app1), addd the below lines | |
| --colour | |
| --format html | |
| --out rspec_results.html | |
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
| List all installed versions of java. | |
| /usr/libexec/java_home -V | |
| Matching Java Virtual Machines (10): | |
| 20.0.2 (x86_64) "Oracle Corporation" - "Java SE 20.0.2" /Library/Java/JavaVirtualMachines/jdk-20.jdk/Contents/Home | |
| 20.0.1 (x86_64) "Oracle Corporation" - "OpenJDK 20.0.1" /Library/Java/JavaVirtualMachines/jdk-20.0.1.jdk/Contents/Home | |
| 19.0.1 (x86_64) "Oracle Corporation" - "OpenJDK 19.0.1" /Library/Java/JavaVirtualMachines/jdk-19.0.1.jdk/Contents/Home | |
| 17.0.9 (x86_64) "Oracle Corporation" - "Java SE 17.0.9" /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home | |
| 11.0.19 (x86_64) "Oracle Corporation" - "Java SE 11.0.19" /Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home | |
| 11.0.14 (x86_64) "Oracle Corporation" - "Java SE 11.0.14" /Library/Java/JavaVirtualMachines/jdk-11.0.14.jdk/Contents/Home | |
| 1.8.381.09 (x86_64) "Oracle Corporation" - "Java" /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home |
OlderNewer