Hi, How can I download and use spec and cucumber? -- Posted via http://www.ruby-forum.com/.
Mohammad Azam wrote:> Hi, > > How can I download and use spec and cucumber?Not sure if this is up to date, but probably something like this: http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-net It suggests using gem install cucumber rspec But that might be old info, maybe igem install cucumber rspec would be better... Some more info on Jimmy''s blog here (usage here vs. install though I think): http://blog.jimmy.schementi.com/2009/07/ironruby-06-released.html#ir06cucumber -- Posted via http://www.ruby-forum.com/.
I just tried this with the 0.6 release, and I still saw the issue reported here: http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1095 I was able to work about it by copying the implementation of the ''bin_path'' method from: PATH_TO_MRI\lib\ruby\site_ruby\1.8\rubygems.rb to: PATH_TO_IRONRUBY\lib\ruby\site_ruby\1.8\rubygems.rb That let me run the examples plus my own test feature file. Did I do something wrong, or is the above still an issue? Thanks, -Justin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090706/264e0aeb/attachment.html>
Thanks I am currently using 0.5 version and the latest is 0.6. Is there any command line option to upgrade 0.5 to 0.6? -- Posted via http://www.ruby-forum.com/.
Mohammad, You must download the new IronRuby assemblies and run your applications/tests with the new version: http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=29640#DownloadId=73806 There is no way to auto-update major version of IronRuby; an artifact of the unfortunate state of package management on Windows (ie. there is none). Wish we had something like apt-get or port for Windows. Anyone know of one? My suggestion would be to check out the source code from Git and build it yourself. Then you can just pull each version, rebuild, and you''ve been auto-updated =P ~Jimmy ________________________________________ From: ironruby-core-bounces at rubyforge.org [ironruby-core-bounces at rubyforge.org] on behalf of Mohammad Azam [lists at ruby-forum.com] Sent: Monday, July 06, 2009 11:26 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Spec and Cucumber Thanks I am currently using 0.5 version and the latest is 0.6. Is there any command line option to upgrade 0.5 to 0.6? -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core