jkutner / guard-jruby-rspec

RSpec on JRuby without the startup cost.
MIT License
62 stars 16 forks source link

Fix specs #24

Closed soulim closed 11 years ago

soulim commented 11 years ago

I've fixed some outdated specs. They are green now.

jkutner commented 11 years ago

Thanks. I've actually been working on this too, but I'm running into this bug at runtime: http://jira.codehaus.org/browse/JRUBY-7114

Have you seen this?

soulim commented 11 years ago

No. I don't have this issue.

soulim commented 11 years ago

I have pry (0.9.12.1 java) installed, and there's jruby info:

jruby -v
jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) 64-Bit Server VM 1.6.0_45-b06-451-11M4406 [darwin-x86_64]
jkutner commented 11 years ago

Well, the specs still pass for me. I'll get this merged in and see if I can figure out was wrong w/ my app or env. Thanks!

soulim commented 11 years ago

I'm glad to help.