hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Running specs and issues with mocha #72

Closed LBRapid closed 11 years ago

LBRapid commented 12 years ago

Ive had some trouble getting the specs to pass and just wanted to make sure I'm not missing something before I dive into this. The main problem I've had is that the version of mocha in Gemfile.lock is incompatible with minitest-spec and before blocks are ignored completely. By bumping the version of mocha I've been able to get most tests passing but still see a few problems.

Just was hoping someone could confirm this issue or tell me what I may be missing. I'll posts some gists with my test output with the two different versions of mocha next time I'm at my computer.

Cheers.

deadprogram commented 12 years ago

I do not have this problem myself.

https://gist.github.com/2554393

LBRapid commented 12 years ago

Hmm, not sure what I have going on. Haven't had a ton of time to get into it lately. Here's what I see.

https://gist.github.com/2555068

deadprogram commented 12 years ago

Looks like same version of almost everything except bundler itself. Is anyone else having this problem?

ldenman commented 11 years ago

i am having the same issues as @LBRapid.

deadprogram commented 11 years ago

Lake, can you please investigate if you have time? I do not have this problem myself.

On Wed, Jul 25, 2012 at 1:23 PM, Lake Denman < reply@reply.github.com

wrote:

i am having the same issues as @LBRapid.


Reply to this email directly or view it on GitHub: https://github.com/hybridgroup/kidsruby/issues/72#issuecomment-7260876

Ron Evans The Hybrid Group http://hybridgroup.com p. 310-916-9924 m. 310-597-1013

ldenman commented 11 years ago

rake test returns all passing tests when I use these settings:

https://gist.github.com/3178544

ldenman commented 11 years ago

And it fails with these settings:

https://gist.github.com/3178560

deadprogram commented 11 years ago

Yes, we currently only support 1.9.2. That is the version packaged up with the current installers as well.

On Wed, Jul 25, 2012 at 1:47 PM, Lake Denman < reply@reply.github.com

wrote:

And it fails with these settings:

https://gist.github.com/3178560


Reply to this email directly or view it on GitHub: https://github.com/hybridgroup/kidsruby/issues/72#issuecomment-7261584

Ron Evans The Hybrid Group http://hybridgroup.com p. 310-916-9924 m. 310-597-1013

ldenman commented 11 years ago

@LBRapid will you please try again with 1.9.2?

LBRapid commented 11 years ago

It's been awhile and I'm on a new machine now, but still following this. I will take a look as I'd like to take another shot at contributing to the project.

ldenman commented 11 years ago

great, feel free to hang out in the #kidsruby channel on the freenode server if you're into that sort of thing.

LBRapid commented 11 years ago

Alright, so not sure if this the right place for this, but I'm having a ton of trouble installing the qtbindings gem on 1.9.2-p320 (haven't tried any other ruby versions). Saying it can't link against qtruby or something of the sort. Haven't had much luck googling for an answer. I have qt 4.7.4 installed built for x86_64.

This a pretty long log so I'll link it in a gist - https://gist.github.com/3180220

ldenman commented 11 years ago

@LBRapid Is this still an issue? I cannot test it since I don't have a mac. /cc @deadprogrammer @phlipper

LBRapid commented 11 years ago

I don't know. I haven't looked at this in a long time as I had qt issues on mountain lion. If no one else is experiencing it, might be safe to close.