IronRuby 0.6 and Downloading RSpec Through Gem

I am trying to download RSpec but I keep getting the following error:

gem install rspec
unknown: parenthesize argument(s) for future version
(Microsoft::Scripting::Synt
axErrorException)

igem install rspec
unknown: parenthesize argument(s) for future version
(Microsoft::Scripting::Synt
axErrorException)

I am using IronRuby 0.6

Thanks,

Mohammad A. wrote:

I am trying to download RSpec but I keep getting the following error:

gem install rspec
unknown: parenthesize argument(s) for future version
(Microsoft::Scripting::Synt
axErrorException)

igem install rspec
unknown: parenthesize argument(s) for future version
(Microsoft::Scripting::Synt
axErrorException)

I am using IronRuby 0.6

Thanks,

Are you doing this from within ir.exe?
gem/igem should be run directly from the command line and not from
within ir.exe.
Just want to see where you’re coming from executing this

Thanks! I got it working! Currently downloading rspec!

Mohammad A. wrote:

Thanks! I got it working! Currently downloading rspec!

Great! By the way, if rspec ends up being too heavyweight for what you
are doing, you could also try bacon:
(Installs through igem the same way rspec did)

I found it through Jimmy’s blog here:

http://blog.jimmy.schementi.com/2009/03/testing-c-silverlight-apps-with.html