LANG SELRCT

Apps Script Reference  (Create: Create new Spreadsheet | Create new Apps Script

Tuesday, June 26, 2018

-bash: rspec: command not foundをgem install rspecで解決


AppsScriptではなくRubyですが


$ rspec FILE_NAME.rb

をしたら

-bash: rspec: command not found

とおこられたので

$ gem install rspec

をしたら解決した

Latest post

Extracting data from Google Sheets with regular expressions

Introduction Regular expressions are a powerful tool that can be used to extract data from text.  In Google Sheets, regular expressions ca...