Displaying 6 results from an estimated 6 matches for "base_text_formatter".
2006 Dec 21
1
heres how to get color output in rspec_autotest with rspec 0.7.5
...o do
that I patched rspec_0.7.5 to add an option to force the adding of
colour codes (I did it this way because I assumed the check for
output==Kernel was important for some other situation and I didn''t
want to just throw it away):
diff -upr rspec-0.7.5/lib/spec/runner/formatter/
base_text_formatter.rb rspec-0.7.5_with_colour_patch/lib/spec/runner/
formatter/base_text_formatter.rb
--- rspec-0.7.5/lib/spec/runner/formatter/base_text_formatter.rb
2006-12-21 01:42:44.000000000 -0800
+++ rspec-0.7.5_with_colour_patch/lib/spec/runner/formatter/
base_text_formatter.rb 2006-12-21 01:47:16.0000000...
2008 Jan 04
1
patch for html display
...b(/([^:]*\.(rb|rhtml|erb)):(\d*)/) do
+ "<a
href=\"txmt://open?url=file://#{File.expand_path($1)}&line=#{$3}\">#{$1}:#{$3}</a>
"
end
end
end
Index:
/Users/timcharper/www/exchange/vendor/plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb
===================================================================
---
/Users/timcharper/www/exchange/vendor/plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb
(revision 906)
+++
/Users/timcharper/www/exchange/vendor/plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb
(wo...
2008 Dec 01
1
Undefined method "full_description" when trying to run "rake spec"
...pec::Rails::Example::ControllerExampleGroup::Subclass_73::Subclass_9:0x7f5fdca4a810>
(NoMethodError)
from /usr/lib64/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/matchers.rb:155:in
`method_missing''
from /home/mauricio/NetBeansProjects/talkies/vendor/plugins/rspec/lib/spec/runner/formatter/base_text_formatter.rb:25:in
`example_pending''
from /home/mauricio/NetBeansProjects/talkies/vendor/plugins/rspec/lib/spec/runner/formatter/progress_bar_formatter.rb:18:in
`example_pending''
from /usr/lib64/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/runner/reporter.rb:125:in
`example_pending''...
2007 Mar 06
10
Windows rspec "gem install win32console"
...EC on windows and i keep getting the following
error
"You must gem install win32console to use colour on Windows"
I have installed this Gem but i am still getting the same error. The
file that error is coming from is:
C:\ruby\lib\ruby\gems\1.8\gems\rspec-0.8.2\lib\spec\runner\formatter\base_text_formatter.rb
Do i need to put this line of code in? Where do i put it?
require ''Win32/Console/ANSI''
Can anyone help me, ive searched the web but cant seem to find a
solution.
JB
--
View this message in context: http://www.nabble.com/Windows-rspec-%22gem-install-win32console%22-tf335423...
2007 Jul 26
5
Coding standards and whitespace
...story.txt
I did a similar Bash thing to find out which files had tabs in them;
many of them appear to consistently use tabs for indentation but some
do not, using a mixture of tabs and spaces.
doc/src/breadcrumbs.css
doc/src/default.css
doc/src/default.template
rspec/lib/spec/runner/formatter/base_text_formatter.rb
rspec/lib/spec/runner/formatter/html_formatter.rb
rspec/lib/spec/runner/spec_parser.rb
rspec/spec/spec/runner/formatter/html_formatted-1.8.4.html
rspec/spec/spec/runner/formatter/html_formatted-1.8.5-jruby.html
rspec/spec/spec/runner/formatter/html_formatted-1.8.5.html
rspec/spec/spec/runner/for...
2007 Apr 01
11
--color doesn''t work with --drb w/rspec_autotest
If I got this to work, do you think we could/should check in
rspec_autotest into rspec?
I''ve updated rspec_autotest abit, so let me know if you''d like the
modified code.
Scott