Displaying 2 results from an estimated 2 matches for "rspecrailsautotest".
2007 May 01
6
rspec and autotest
If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), you''ll
want to read this blog:
http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and-autotest-zentest-3-5-2
Enjoy!
David
2007 Apr 13
21
ZenTest autotest now handles RSpec, yay!
...on_350_has_been_released.html
That''s a great news.
Josh also shared with me a quick hack to make autotest work with only the
RSpec plugin installed.
Add the following into your ~/.autotest file
http://pastie.caboo.se/53535
Autotest.add_hook :initialize do |autotest|
if autotest.is_a? RspecRailsAutotest
autotest.spec_command = ''script/spec --options spec/spec.opts'' if
File.exist? ''script/spec''
end
end
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070412/33a78...