>
> > -----Original Message-----
> > From: rspec-users-boun...@rubyforge.org [mailto:rspec-users-
> > boun...@rubyforge.org] On Behalf Of aslak hellesoy
> > Sent: Sunday, April 26, 2009 6:32 AM
> > To: rspec-users
> > Subject: Re: [rspec-users] BDD for C#?
> >
> >
> >
> > Cucumber has been working with .NET for a while:
> > http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-net
> >
> > IronRuby was really slow last time I tried (4-5 months ago), so unless
> > it has improved its speed it will be too slow for practical use. On the
> > other hand, if IronRuby matures, Cucumber should work well with .NET.
> > It already does for Java (using JRuby).
> >
> > I recently added pure java support to Cucumber, meaning steps can be
> > written in Java instead of Ruby.
> > http://github.com/aslakhellesoy/cucumber_java/tree/master
> >
> > This obviously makes it easier to use for Java programmers. It should
> > be fairly easy to implement similar pure C# support. But a quicker
> > IronRuby is still needed.
> >
>
> Thanks, that does look interesting. Does RSpec work along with it though,
> or
> are the step definitions written in C#?
>

I think you mean: "Does IronRuby work along with RSpec". The answer is
*maybe*. IronRuby doesn't work with most things yet.

Step definitions would have to be written in Ruby until I implement
something similar to cucumber_java (cucumber_dotnet), which would let you
write step definitions in any .NET language that supports an annotation
mechanism.

Aslak


> I might try it, if I can find a way to do acceptance tests for this
> application. It might not be as hard as I thought.
>
> Brandon
>
> > Aslak
> >
> >
> >
> >       Not port or link, replicate. It's only like ~10 features, right?
> > I don't know C#, but I could do it in C++ in a couple days.
> >
> >       --
> >        Phlip
> >        http://flea.sourceforge.net/resume.html
> >
> >
> >       _______________________________________________
> >       rspec-users mailing list
> >       rspec-users@rubyforge.org
> >       http://rubyforge.org/mailman/listinfo/rspec-users
> >
> >
>
> www.perpetualseeker.com
> Blog about college, programming, and other random things.
> Follow me on Twitter: http://twitter.com/devbanana
>
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to