Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 233 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 233 Bytes

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:

cd gems/google_drive
bundle
rspec