Re: [rspec-users] run rspec by hand (without spec command)

2011-07-28 Thread Roger Pack
maybe it runs at at_exit? -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] run rspec by hand (without spec command)

2011-07-25 Thread Wilker
Guys, I'm trying to do something a little exotic here, using RSpec to test Objective-C code through MacRuby. I mean the major problems I already solved (how to load Objective-C into ruby, install rspec for native macruby...), but in this case I just can't use the "spec" command, because the ruby co