moonglum / exogenesis

Build your dotfile installer, updater and teardown
MIT License
19 stars 8 forks source link

Switch to `expect` RSpec syntax #46

Open moonglum opened 10 years ago

moonglum commented 10 years ago

Currently everything is in the should syntax. I love the 'new' expcect Syntax. Will change that in the next milestone. For now I allowed both expect and should in the spec helper.

bitboxer commented 10 years ago

Is there an automatic way to do this?

moonglum commented 10 years ago

Maybe transpec can do it.

bitboxer commented 10 years ago

The documentation says it can do this. Awesome!

moonglum commented 10 years ago

Transpec is really nice. Used it on Ashikawa::Core as well :)

bitboxer commented 10 years ago

I now used it on @hacken-in . Give me a hammer and I use it :wink:

https://github.com/hacken-in/website/commit/9ee12e806709e596550570129bdeed6fa675db89

moonglum commented 10 years ago

:+1: