Skip to content

Commit

Permalink
Use fuubar rspec formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 25, 2010
1 parent 021cfea commit b845bb8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--format Fuubar
--color
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ group :extras do
gem 'guard-cucumber'
gem 'growl'
gem 'relish'
gem 'fuubar'

platforms :mri do
gem 'rcov'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ GEM
eventmachine (>= 0.12.9)
eventmachine (0.12.10)
fakeweb (1.3.0)
fuubar (0.0.2)
rspec (~> 2.0)
rspec-instafail (~> 0.1.4)
ruby-progressbar (~> 0.0.9)
gherkin (2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
Expand Down Expand Up @@ -77,6 +81,7 @@ GEM
rspec-core (2.1.0)
rspec-expectations (2.1.0)
diff-lcs (~> 1.1.2)
rspec-instafail (0.1.4)
rspec-mocks (2.1.0)
ruby-debug (0.10.3)
columnize (>= 0.1)
Expand All @@ -91,6 +96,7 @@ GEM
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby-progressbar (0.0.9)
ruby_core_source (0.1.4)
archive-tar-minitar (>= 0.5.2)
shoulda (2.9.2)
Expand All @@ -117,6 +123,7 @@ DEPENDENCIES
curb (~> 0.7.8)
em-http-request (~> 0.2.7)
fakeweb (~> 1.3.0)
fuubar
growl
guard-cucumber
guard-rspec
Expand Down
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Bundler::GemHelper.install_tasks
require 'rake'
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |t|
#t.rspec_opts = %w[--format documentation]
end
RSpec::Core::RakeTask.new(:spec)

desc "Run all examples using rcov"
RSpec::Core::RakeTask.new :rcov => :cleanup_rcov_files do |t|
Expand Down

0 comments on commit b845bb8

Please sign in to comment.