Skip to content
Permalink
Browse files

added fuubar formatter for tests

  • Loading branch information...
inukshuk committed Aug 12, 2012
1 parent d1b2bc8 commit 2a7641e3987be4d4bd7e6230fa61dfdc5b0859b1
Showing with 10 additions and 1 deletion.
  1. +1 −0 .rspec
  2. +1 −0 Gemfile
  3. +7 −0 Gemfile.lock
  4. +1 −1 Rakefile
1 .rspec
@@ -1,2 +1,3 @@
--format Fuubar
--color
--require spec_helper.rb
@@ -2,5 +2,6 @@ source :rubygems

gem 'rake'
gem 'rspec'
gem 'fuubar'
gem 'nokogiri'
gem 'csl', '1.0.0.pre5'
@@ -3,6 +3,10 @@ GEM
specs:
csl (1.0.0.pre5)
diff-lcs (1.1.3)
fuubar (1.0.0)
rspec (~> 2.0)
rspec-instafail (~> 0.2.0)
ruby-progressbar (~> 0.0.10)
nokogiri (1.5.5)
rake (0.9.2.2)
rspec (2.11.0)
@@ -12,13 +16,16 @@ GEM
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-instafail (0.2.4)
rspec-mocks (2.11.0)
ruby-progressbar (0.0.10)

PLATFORMS
ruby

DEPENDENCIES
csl (= 1.0.0.pre5)
fuubar
nokogiri
rake
rspec
@@ -11,7 +11,7 @@ end
require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.rspec_opts = %w{ --require spec_helper.rb --format progress --color }
spec.rspec_opts = %w{ --require spec_helper.rb --format Fuubar --color }
end

task :default => [:spec]

0 comments on commit 2a7641e

Please sign in to comment.
You can’t perform that action at this time.