# Gems
## Testing
To test all the gems:
```
cd gems
./test_all_gems.sh
### To test an individual gem
Run `./test.sh` inside the gem's folder. This is _basically_ the same as:
```bash
cd gems/google_drive
bundle
rspec