pluginaweek / state_machine

Adds support for creating state machines for attributes on any Ruby class
http://www.pluginaweek.org
MIT License
3.74k stars 510 forks source link

Run all intergration tests if INTEGRATION environment is not set #252

Open aderyabin opened 11 years ago

aderyabin commented 11 years ago

If I try to run rake appraisal:integration I have can't convert nil into String because INTEGRATION isn't set. I suggest in this case run all integration tests.