jwhitehorn / pi_piper

Event driven Raspberry Pi GPIO programming in Ruby
BSD 2-Clause "Simplified" License
694 stars 71 forks source link

Enable Rspec testing #14

Closed Sparkboxx closed 10 years ago

Sparkboxx commented 10 years ago

It seemed that the tests were based on a mixture of Rspec and Minitest. I switched all to Rspec syntax, based on the rspec gem being present in the Gemfile.

The tests that seem to have real content are running, 1 is failing on my laptop (might pass on a pi) and I disabled several tests that looked like placeholders with xit.

Hope it helps.

jwhitehorn commented 10 years ago

Thank you very much!