roguerb / pull-request-workshop

0 stars 6 forks source link

Fix linter warnings #8

Closed programmin1 closed 8 years ago

programmin1 commented 8 years ago

Fix linter warnings - currently it has an error checking with rubocop, before my PR

It has even more errors you see if you run

pyflakes ./spec/*

conroywhitney commented 8 years ago

Hey @programmin1. pyflakes would be for python. To run the tests, use rspec spec instead.