Rake
Exec shell command
- use back-quote such as `ls`
- return string from stdout
- access Process object with $? such as $?.success
- (not related to Ruby) `command 2>/dev/null` get rid of stderr
- string.chomp to remove new line in end of string
RSpec a lot of things on https://www.relishapp.com/rspec
No comments:
Post a Comment