# RSpec custom backtrace error scheme for jEdit
# v0.1
# by Dave Nolan http://textgoeshere.org.uk
# licensed under WTFPL http://sam.zoy.org/wtfpl/
# See http://textgoeshere.org.uk/articles/2008/03/howto-integrate-rspec-on-rails-with-jedit/ for more information
Error Regexp
\[\d\].*FAILED:(.*) in .*\{([^\{].*):(.*)\}$
Warning Regexp
\[\d\](.*Error.*):.*\{([^\{].*):(.*)\}$
Extra lines regexp
Filename
$2
Line number
$3
File name
$1
*** Don't forget to hit "test/commit" once you've entered this info. Otherwise, you'll lose your scheme.