On Mon, Dec 1, 2008 at 4:14 AM, Thibaut Barrère
<[EMAIL PROTECTED]> wrote:
> Hello,
> I'm documenting myself to see what are the various options currently
> available to write IronRuby code to unit-tests C# assemblies.
> I gave MSpec a try and it's already fine (http://gist.github.com/30685).
> Test::Unit seems to work well too (good work!) after a first test.
> Did anyone play with RSpec, Shoulda or anything else ?

I've been using Bacon without any problems after I commented out

#           e.backtrace.find_all { |line| line !~
/bin\/bacon|\/bacon\.rb:\d+/ }.
#             each_with_index { |line, i|
#             ErrorLog << "\t#{line}#{i==0 ? ": [EMAIL PROTECTED] -
#{description}" : ""}\n"
#           }

http://github.com/chneukirchen/bacon/tree/master

I got RSpec to work after following somebody else's instructions on
this list, but it was too slow to be useful.

I wrote a very basic "simple_autotest" script to run "rake spec"
whenever a source file is saved.

Thanks,
Jeff

> cheers
> Thibaut Barrère
> --
> LoGeek
> [blog] http://evolvingworker.com - tools for a better day
> [blog] http://blog.logeek.fr - about writing software
>
> _______________________________________________
> 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

Reply via email to