davetron5000 / optparse-plus

Start your command line scripts off right in Ruby
http://davetron5000.github.com/optparse-plus
Apache License 2.0
521 stars 54 forks source link

Methadone & Rspec #48

Closed ghost closed 12 years ago

ghost commented 12 years ago

I migrated my project to methadone, the tutorial on iBooks was very helpful. My project is mostly working fine.

I am running into issues mostly environment issues, when I run rake spec on my existing rspec tests as I added logging into some of my classes.

uninitialized constant Methadone::CLILogging (NameError)

Is there an environment helper setup file for rspec that I may be able to use?

davetron5000 commented 12 years ago

Right now there's no specific helper. Do you have some more sample code I can look at? It sounds like a require issue, but I don't use RSpec personally, so I want to be sure it's not a bug, but in any case, if you've got something I can look at, I might be able to sort it out

ghost commented 12 years ago

Never mind, I found the issue.