yes you can but you have to create a different batch script. ispec.bat to use ir my_spec.rb
you would alsi need to have require 'rubygems' require 'spec' in your spec_helper or something. by default require 'rubygems' isn't there. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Jul 14, 2009 at 10:48 PM, Thibaut Barrère <[email protected] > wrote: > What I did was added C:\ironruby\lib\IronRuby\gems\1.8\bin to my path >> variable, make sure its before the MRI path and then you can do spec >> my_spec and it will work against IR.... > > > Nifty - will try that :) > > -- Thibaut > > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > >
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
